16 lines
323 B
Protocol Buffer
16 lines
323 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "PotionLevelData.proto";
|
|
|
|
// Name: GDJDCCIJJGF
|
|
message PotionStageData {
|
|
uint32 stage_id = 3;
|
|
bool is_open = 6;
|
|
repeated uint32 DEELPLBOLEP = 8;
|
|
repeated uint32 EODPDLEMFAF = 10;
|
|
repeated PotionLevelData level_list = 13;
|
|
}
|
|
|