com.alicizax.unity/Runtime/Base/Event/IEventBase.cs

9 lines
81 B
C#
Raw Normal View History

2025-02-07 16:04:12 +08:00
using System;
2025-03-24 13:16:51 +08:00
namespace AlicizaX
2025-02-07 16:04:12 +08:00
{
public interface IEvent
{
}
}