Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -26,22 +26,27 @@ import "StrengthenPointData.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 939
// EnetChannelId: 0
// EnetIsReliable: true
message DungeonChallengeFinishNotify {
map<uint32, StrengthenPointData> strengthen_point_data_map = 13;
ChallengeFinishType finish_type = 9;
bool is_new_record = 10;
uint32 challenge_record_type = 7;
uint32 time_cost = 4;
uint32 current_value = 15;
bool is_success = 3;
uint32 challenge_index = 5;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 916;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
bool is_new_record = 9;
uint32 current_value = 5;
ChallengeFinishType finish_type = 3;
map<uint32, StrengthenPointData> strengthen_point_data_map = 11;
uint32 challenge_record_type = 2;
bool is_success = 8;
uint32 challenge_index = 12;
uint32 time_cost = 7;
oneof detail {
ChannelerSlabLoopDungeonResultInfo channeler_slab_loop_dungeon_result_info = 1521;
EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 1627;
PotionDungeonResultInfo potion_dungeon_result_info = 1824;
CustomDungeonResultInfo custom_dungeon_result_info = 1664;
ChannelerSlabLoopDungeonResultInfo channeller_slab_loop_dungeon_result_info = 1545;
EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 76;
PotionDungeonResultInfo potion_dungeon_result_info = 216;
CustomDungeonResultInfo custom_dungeon_result_info = 1678;
}
}