namespace DragonFiesta.Networking.HandlerTypes { public sealed class Handler41Type : HandlerType { public new const byte _Header = 41; //NC public const ushort NC_INSTANCE_DUNGEON_EMPTY_DUNGEON_CMD = 1; public const ushort NC_INSTANCE_DUNGEON_DELETE_DUNGEON_CMD = 2; public const ushort NC_INSTANCE_DUNGEON_RESET_COUNTDOWN_CMD = 3; public const ushort NC_INSTANCE_DUNGEON_FIND_RNG = 4; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_CHECK_REQ = 8; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_CHECK_ACK = 9; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_CHECK_ECHO_REQ = 10; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_CHECK_ECHO_ACK = 11; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_MENU_REQ = 12; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_MENU_ACK = 13; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_JOIN_REQ = 14; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_JOIN_ACK = 15; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_JOIN_ECHO_REQ = 16; public const ushort NC_INSTANCE_DUNGEON_LEVEL_SELECT_JOIN_ECHO_ACK = 17; public const ushort NC_INSTANCE_DUNGEON_RANK_RESULT_CMD = 18; public const ushort NC_INSTANCE_DUNGEON_RANK_SAVE_DB_CMD = 19; public const ushort NC_INSTANCE_DUNGEON_RANK_SAVE_WORLD_CMD = 20; public const ushort NC_INSTANCE_DUNGEON_RANK_UPDATE_DB_REQ = 21; public const ushort NC_INSTANCE_DUNGEON_RANK_UPDATE_DB_ACK = 22; public const ushort NC_INSTANCE_DUNGEON_RANK_LIST_REQ = 23; public const ushort NC_INSTANCE_DUNGEON_RANK_LIST_ACK = 24; public const ushort NC_INSTANCE_DUNGEON_MAP_REGIST_CMD = 25; public const ushort NC_INSTANCE_DUNGEON_RANK_REQ = 26; public const ushort NC_INSTANCE_DUNGEON_RANK_TAB_DAMAGEDEALT_REQ = 27; public const ushort NC_INSTANCE_DUNGEON_RANK_TAB_DAMAGETAKEN_REQ = 28; public const ushort NC_INSTANCE_DUNGEON_RANK_TAB_HEALINGDONE_REQ = 29; public const ushort NC_INSTANCE_DUNGEON_RANK_TAB_MYRANK_REQ = 30; public const ushort NC_INSTANCE_DUNGEON_RANK_ACK = 31; public const ushort NC_INSTANCE_DUNGEON_RANK_MYRANK_CMD = 32; public const ushort NC_INSTANCE_DUNGEON_RANK_TAB_DAMAGEDEALT_ACK = 33; public const ushort NC_INSTANCE_DUNGEON_RANK_TAB_DAMAGETAKEN_ACK = 34; public const ushort NC_INSTANCE_DUNGEON_RANK_TAB_HEALINGDONE_ACK = 35; public const ushort NC_INSTANCE_DUNGEON_RANK_TAB_MYRANK_ACK = 36; public const ushort NC_INSTANCE_DUNGEON_RANK_NEW_RANK_MSG = 37; } }