8 lines
116 B
C#
Raw Normal View History

2025-09-08 14:51:28 +08:00
using ZXKFramework;
public class HighLightEvent : IGameEvent
{
public string name;
public bool visiable;
}