7 lines
107 B
C#

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