20 lines
312 B
Protocol Buffer
20 lines
312 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message UpgradeRoguelikeShikigamiRsp {
|
|
enum PLFPOFGAGJJ {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 8113;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
uint32 curLevel = 4;
|
|
uint32 shikigamiGroupId = 5;
|
|
int32 retcode = 9;
|
|
}
|