using System; using UnityEngine; public interface IExit { void Exit(Action callback = null); }