17 lines
443 B
Protocol Buffer
17 lines
443 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SummerTimeV2BoatStageInfo.proto";
|
|
import "SummerTimeV2DungeonStageInfo.proto";
|
|
|
|
// Name: FOPPEKLEMGE
|
|
message SummerTimeV2DetailInfo {
|
|
bool is_content_closed = 5;
|
|
uint32 IMHBJJAIBFJ = 15;
|
|
uint32 JHEBGEDHMLB = 1;
|
|
repeated SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 2;
|
|
repeated SummerTimeV2BoatStageInfo boat_stage_info_list = 14;
|
|
}
|
|
|