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

17 lines
291 B
C#

using UnityEngine;
public class DEC_HasActiveMinions : 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()
{
}
}