using UnityEngine; namespace Core.Triiger { public class TriggerEntityMono : MonoBehaviour { public ITriggerEntity triggerEntity; } }