2025-10-09 17:36:27 +08:00

8 lines
116 B
C#

using ZXKFramework;
public class HighLightEvent : IGameEvent
{
public string name;
public bool visiable;
}