GC-Proto/proto/ElectroherculesBattleStageI...

14 lines
305 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ElectroherculesBattleLevelInfo.proto";
// Name: OJPECCKGNLO
message ElectroherculesBattleStageInfo {
bool is_stage_open = 11;
uint32 stage_id = 15;
repeated ElectroherculesBattleLevelInfo level_info_list = 6;
}