2026-03-24 11:39:01 +08:00

7 lines
111 B
C#

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