GC-Proto/proto/BattlePassProduct.proto

13 lines
211 B
Protocol Buffer
Raw Normal View History

2023-04-03 09:51:55 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-11 06:14:48 +03:00
// Name: ENLKHNPEPCL
2023-04-03 09:51:55 +03:00
message BattlePassProduct {
2023-04-11 06:14:48 +03:00
string LCLGNDMDBPG = 13;
string DEFBKEGPICP = 10;
string GLEBBINJLCC = 7;
2023-04-03 09:51:55 +03:00
}