11 lines
171 B
Protocol Buffer
11 lines
171 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "PotionStageData.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message PotionInfo {
|
||
|
repeated PotionStageData stageList = 11;
|
||
|
}
|