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

10 lines
118 B
C#

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