mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user