8 lines
116 B
C#

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