8 lines
79 B
C#
Raw Permalink Normal View History

2025-03-11 16:24:25 +08:00
namespace ZXKFramework
{
public interface IGameEvent
{
}
}