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

10 lines
121 B
C#

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