using System; using UnityEngine; public interface ITrigger { void Trigger(Action callback = null); }