11 lines
150 B
Protocol Buffer
11 lines
150 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message ProductPriceTier {
|
||
|
string productId = 10;
|
||
|
string priceTier = 6;
|
||
|
}
|