GC-Proto/proto/BattlePassProduct.proto

13 lines
211 B
Protocol Buffer
Raw Normal View History

2023-03-01 16:54:54 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-03-07 05:02:26 +03:00
2023-04-11 11:18:47 +03:00
// Name: ENLKHNPEPCL
2023-03-01 16:54:54 +03:00
message BattlePassProduct {
2023-04-11 11:18:47 +03:00
string LCLGNDMDBPG = 13;
string DEFBKEGPICP = 10;
string GLEBBINJLCC = 7;
2023-03-01 16:54:54 +03:00
}
2023-03-07 05:02:26 +03:00