2025-05-09 10:20:30 +08:00

10 lines
123 B
C#

namespace ZXKFramework
{
public class ZhiXueKeStartEvent : IGameEvent
{
public string result;
}
}