GC-Proto/proto/SceneGalleryVintageHuntingSettleNotify.proto
2023-04-11 11:14:48 +08:00

24 lines
679 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "VintageHuntingFirstStageSettleInfo.proto";
import "VintageHuntingSecondStageSettleInfo.proto";
import "VintageHuntingThirdStageSettleInfo.proto";
// CmdId: 24566
// Name: GFEGGLGCPIB
message SceneGalleryVintageHuntingSettleNotify {
bool is_new_record = 2;
uint32 stage_id = 15;
uint32 CIGKIGPIBJO = 13;
uint32 CCCLEOMNEBM = 11;
bool has_new_watcher = 3;
oneof info {
VintageHuntingFirstStageSettleInfo first_stage_info = 9;
VintageHuntingSecondStageSettleInfo second_stage_info = 8;
VintageHuntingThirdStageSettleInfo third_stage_info = 10;
}
}