syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "ParamList.proto"; import "StrengthenPointData.proto"; import "TowerLevelEndNotify.proto"; import "TrialAvatarFirstPassDungeonNotify.proto"; import "DungeonSettleExhibitionInfo.proto"; // Name: FFCKLBMMNOC // CmdId: 950 message DungeonSettleNotify { uint32 dungeon_id = 4; uint32 use_time = 7; uint32 close_time = 11; uint32 result = 10; //CFMPHBBHMBL repeated uint32 fail_cond_list = 3; repeated DungeonSettleExhibitionInfo exhibition_info_list = 14; //DPACDAIBBIL map settleShow = 6; //map NLEILHLODMF map strengthen_point_data_map = 9; bool is_success = 15; uint32 create_player_uid = 12; //IHBGNOACKJJ oneof detail { // Type Event TowerLevelEndNotify tower_level_end_notify = 771; TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626; } }