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

9 lines
89 B
C#
Raw Normal View History

2025-02-07 16:04:12 +08:00
using System;
namespace AlicizaX.Runtime
{
public interface IEvent
{
}
}