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

@@ -23,18 +23,23 @@ import "VintageHuntingThirdStageSettleInfo.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 20324
// EnetChannelId: 0
// EnetIsReliable: true
message SceneGalleryVintageHuntingSettleNotify {
bool has_new_watcher = 11;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 22325;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
bool has_new_watcher = 3;
bool is_new_record = 13;
uint32 Unk3300_EHGDIKOGLKL = 15;
uint32 Unk3300_KOAKHMLFPGM = 6;
uint32 stage_id = 9;
uint32 total_watcher_num = 12;
uint32 finished_watcher_num = 6;
bool is_new_record = 1;
oneof info {
VintageHuntingFirstStageSettleInfo first_stage_info = 4;
VintageHuntingSecondStageSettleInfo second_stage_info = 10;
VintageHuntingThirdStageSettleInfo third_stage_info = 8;
VintageHuntingFirstStageSettleInfo first_stage_info = 7;
VintageHuntingSecondStageSettleInfo second_stage_info = 8;
VintageHuntingThirdStageSettleInfo third_stage_info = 14;
}
}