using System; using UnityEngine; public interface IStay { void Stay(Action callback = null); }