14 lines
250 B
Protocol Buffer
14 lines
250 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// Name: JPIDCCMEHGC
|
||
|
message SummerTimeV2DungeonStageInfo {
|
||
|
bool is_prev_dungeon_succeed = 8;
|
||
|
uint32 open_time = 13;
|
||
|
bool is_open = 11;
|
||
|
uint32 stage_id = 15;
|
||
|
}
|
||
|
|