namespace DragonFiesta.Networking.HandlerTypes { public sealed class Handler23Type : HandlerType { public new const byte _Header = 23; //NC public const ushort NC_WT_LICENSE_REQ = 1; public const ushort NC_WT_LICENSE_ACK = 2; public const ushort NC_WT_GRADE_CMD = 3; public const ushort NC_WT_TITLE_CMD = 4; public const ushort NC_WT_LICENSE_SET_REQ = 5; public const ushort NC_WT_LICENSE_SET_ACK = 6; public const ushort NC_WT_LICENSE_CLR_REQ = 7; public const ushort NC_WT_LICENSE_CLR_ACK = 8; public const ushort NC_WT_MOB_KILLCOUNT_SET_REQ = 9; public const ushort NC_WT_MOB_KILLCOUNT_SET_ACK = 10; public const ushort NC_WT_TITLE_SET_REQ = 11; public const ushort NC_WT_TITLE_SET_ACK = 12; public const ushort NC_WT_MOBINC_CMD = 13; } }