mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-26 11:01:50 +00:00
d8f2421832
* BattlePass * BattlePass
10 lines
195 B
Protocol Buffer
10 lines
195 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message BattlePassProduct {
|
|
string normal_product_id = 1;
|
|
string extra_product_id = 2;
|
|
string upgrade_product_id = 3;
|
|
}
|