using System; using UnityEngine; public interface IDown { void Down(Action callback = null); }