namespace DragonFiesta.Networking.HandlerTypes { public sealed class Handler10Type : HandlerType { public new const byte _Header = 10; //NC public const ushort NC_OPTOOL_S2SCONNECT_LIST_REQ = 1; public const ushort NC_OPTOOL_S2SCONNECT_LIST_ACK = 2; public const ushort NC_OPTOOL_CLOSE_SERVER_REQ = 3; public const ushort NC_OPTOOL_CLOSE_SERVER_ACK = 4; public const ushort NC_OPTOOL_MAP_USER_LIST_REQ = 5; public const ushort NC_OPTOOL_MAP_USER_LIST_ACK = 6; public const ushort NC_OPTOOL_CONNECT_BRIF_REQ = 7; public const ushort NC_OPTOOL_CONNECT_BRIF_ACK = 8; public const ushort NC_OPTOOL_KQ_SCHEDULE_REQ = 9; public const ushort NC_OPTOOL_KQ_SCHEDULE_ACK = 10; public const ushort NC_OPTOOL_KQ_CHANGE_CMD = 11; public const ushort NC_OPTOOL_KQ_MAP_ALLOC_INFO_REQ = 12; public const ushort NC_OPTOOL_KQ_MAP_ALLOC_INFO_ACK = 13; public const ushort NC_OPTOOL_SET_CLIENT_NUM_OF_USER_LIMIT = 14; public const ushort NC_OPTOOL_REQ_CLIENT_NUM_OF_USER_LIMIT = 15; public const ushort NC_OPTOOL_ACK_CLIENT_NUM_OF_USER_LIMIT = 16; public const ushort NC_OPTOOL_KQ_DELETE_CMD = 17; public const ushort NC_OPTOOL_LOGIN_USER_RATABLE_GET_REQ = 18; public const ushort NC_OPTOOL_LOGIN_USER_RATABLE_GET_ACK = 19; public const ushort NC_OPTOOL_LOGIN_USER_RATABLE_SET_CMD = 20; public const ushort NC_OPTOOL_GUILD_TOURNAMENT_CHANGE_CMD = 21; public const ushort NC_OPTOOL_GUILD_TOURNAMENT_CHANGE_ACK = 22; public const ushort NC_OPTOOL_LOGON_PROCESS_TIME_VIEW_CLR = 23; public const ushort NC_OPTOOL_LOGON_PROCESS_TIME_VIEW_REQ = 24; public const ushort NC_OPTOOL_LOGON_PROCESS_TIME_VIEW_ACK = 25; public const ushort NC_OPTOOL_WM_SEND_PACKET_STATISTICS_CLR = 26; public const ushort NC_OPTOOL_WM_SEND_PACKET_STATISTICS_REQ = 27; public const ushort NC_OPTOOL_WM_SEND_PACKET_STATISTICS_ACK = 28; public const ushort NC_OPTOOL_CHARACTER_DELETE_REQ = 29; public const ushort NC_OPTOOL_CHARACTER_DELETE_ACK = 30; public const ushort NC_OPTOOL_CHARACTER_DELETE_CMD = 31; public const ushort NC_OPTOOL_GUILD_CHANGE_MEMBER_GRADE_REQ = 32; public const ushort NC_OPTOOL_GUILD_CHANGE_MEMBER_GRADE_ACK = 33; public const ushort NC_OPTOOL_GUILD_TOURNAMENT_SCHEDULE_RESET_REQ = 34; public const ushort NC_OPTOOL_GUILD_TOURNAMENT_SCHEDULE_RESET_ACK = 35; public const ushort NC_OPTOOL_GUILD_DATA_CHANGE_REQ = 36; public const ushort NC_OPTOOL_GUILD_DATA_CHANGE_ACK = 37; public const ushort NC_OPTOOL_KQ_ALL_RESET_CMD = 38; public const ushort NC_OPTOOL_FIND_USER_REQ = 39; public const ushort NC_OPTOOL_FIND_USER_ACK = 40; public const ushort NC_OPTOOL_KICK_USER_REQ = 41; public const ushort NC_OPTOOL_KICK_USER_ACK = 42; public const ushort NC_OPTOOL_GUILD_DISMISS_CANCEL_REQ = 43; public const ushort NC_OPTOOL_GUILD_DISMISS_CANCEL_ACK = 44; } }