6 lines
89 B
C#

using ZXKFramework;
public class HomeEvent : IGameEvent
{
public string type;
}