Files
beyond/Assets/AI/_Summoner/DEC_CheckDistanceToPlayer.cs
2025-11-20 14:34:59 +01:00

17 lines
296 B
C#

using UnityEngine;
public class DEC_CheckDistanceToPlayer : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}