using System; using UnityEngine; public interface IEnter { void Enter(Action callback = null); }