com.alicizax.unity.tuyoogam.../Samples~/Space Shooter/ThirdParty/UniFramework/UniEvent/Runtime/IEventMessage.cs

7 lines
74 B
C#
Raw Normal View History

2025-09-02 19:21:49 +08:00

namespace UniFramework.Event
{
public interface IEventMessage
{
}
}