GC-Proto/proto/PotionStageData.proto

16 lines
323 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 "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;
}