mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
ac0b8a0d8f
* tmp fix visual shop
13 lines
223 B
Protocol Buffer
13 lines
223 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: ENLKHNPEPCL
|
|
message BattlePassProduct {
|
|
string normalProductId = 13;
|
|
string extraProductId = 10;
|
|
string upgradeProductId = 7;
|
|
}
|
|
|