6 lines
89 B
C#
6 lines
89 B
C#
using ZXKFramework;
|
|
public class HomeEvent : IGameEvent
|
|
{
|
|
public string type;
|
|
}
|