17 lines
444 B
Protocol Buffer
17 lines
444 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SummerTimeV2BoatStageInfo.proto";
|
|
import "SummerTimeV2DungeonStageInfo.proto";
|
|
|
|
// Name: GACMFCEKNNC
|
|
message SummerTimeV2DetailInfo {
|
|
uint32 BCAIGBJGEOD = 8;
|
|
uint32 CFFPNHNDNNI = 1;
|
|
repeated SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13;
|
|
bool is_content_closed = 11;
|
|
repeated SummerTimeV2BoatStageInfo boat_stage_info_list = 15;
|
|
}
|
|
|