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

7 lines
74 B
C#
Raw Normal View History

2025-01-09 11:31:04 +08:00

namespace UniFramework.Event
{
public interface IEventMessage
{
}
}