using System; using UnityEngine; public interface IUp { void Up(Action callback = null); }