25 lines
597 B
Protocol Buffer
25 lines
597 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GCGChallengeData.proto";
|
|
import "PlatformType.proto";
|
|
|
|
// Name: BPIKBPEDAPF
|
|
message BPIKBPEDAPF {
|
|
repeated uint32 ECNNODOGJIA = 1;
|
|
uint32 LKFDEJMGHMP = 2;
|
|
uint32 MBNLNOFPLLA = 3;
|
|
map<uint32, uint32> DKJCBIKONDH = 4;
|
|
repeated GCGChallengeData challenge_list = 5;
|
|
uint32 score = 6;
|
|
bool PPNPGNMNHNM = 7;
|
|
uint32 AAFJDAEBLFP = 8;
|
|
bool ECEAPIAFLLC = 9;
|
|
repeated uint32 HLJEJHHAICH = 10;
|
|
uint32 level = 11;
|
|
uint32 client_version = 12;
|
|
PlatformType platform_type = 13;
|
|
}
|
|
|