2025-09-19 17:28:05 +08:00

8 lines
116 B
C#

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