syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "ChallengeFinishType.proto"; import "ChannellerSlabLoopDungeonResultInfo.proto"; import "CustomDungeonResultInfo.proto"; import "EffigyChallengeDungeonResultInfo.proto"; import "PotionDungeonResultInfo.proto"; import "StrengthenPointData.proto"; // CmdId: 942 // Name: DHLGODFFBFB message DungeonChallengeFinishNotify { uint32 currentValue = 3; //MDLNIEHGHHD uint32 challengeRecordType = 6; // JGEIIGFGNJG uint32 time_cost = 5; uint32 challenge_index = 14; ChallengeFinishType finish_type = 7; bool is_success = 2; map strengthen_point_data_map = 13; bool is_new_record = 8; oneof detail { ChannellerSlabLoopDungeonResultInfo channeller_slab_loop_dungeon_result_info = 357; EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 1482; PotionDungeonResultInfo potion_dungeon_result_info = 507; CustomDungeonResultInfo custom_dungeon_result_info = 806; } }