syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; //import "DungeonSettleExhibitionInfo.proto"; import "StrengthenPointData.proto"; import "ParamList.proto"; import "TowerLevelEndNotify.proto"; import "TrialAvatarFirstPassDungeonNotify.proto"; //import "ChannelerSlabLoopDungeonResultInfo.proto"; //import "EffigyChallengeDungeonResultInfo.proto"; // Version: 4.6.0 // CmdId: 944 message DungeonSettleNotify { uint32 result = 1; uint32 close_time = 3; //repeated DungeonSettleExhibitionInfo exhibition_info_list = 5; uint32 use_time = 6; map strengthen_point_data_map = 8; bool is_success = 9; uint32 create_player_uid = 11; map settle_show = 12; repeated uint32 fail_cond_list = 13; uint32 dungeon_id = 14; oneof detail { TowerLevelEndNotify tower_level_end_notify = 517; TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 1297; //ChannelerSlabLoopDungeonResultInfo channeller_slab_loop_dungeon_result_info = 803; //EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 974; } }