namespace ZC
{
public class EnterSingleModeEventArgs : GameEventArgs
public static readonly int EventId = typeof(EnterSingleModeEventArgs).GetHashCode();
public override int Id => EventId;
}