Files
ParanormalEstateAgent/Assets/Plugins/RaycastPro/_Demo/_Scripts/AgentData.cs

10 lines
153 B
C#
Raw Normal View History

2026-02-16 17:41:09 +00:00
using UnityEngine;
namespace Plugins.RaycastPro.Demo.Scripts
{
public class AgentData : MonoBehaviour
{
public float hp = 100f;
}
}