ProjectDDD/Assets/_DDD/_Scripts/GameFramework/EventBus/IEvent.cs
2025-07-16 18:21:12 +09:00

7 lines
66 B
C#

namespace DDD
{
public interface IEvent
{
}
}