com.alicizax.unity/Runtime/Base/Event/IEventBase.cs
2025-03-24 13:16:51 +08:00

9 lines
81 B
C#

using System;
namespace AlicizaX
{
public interface IEvent
{
}
}