2026-03-24 11:39:01 +08:00

8 lines
116 B
C#

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