17 lines
329 B
Protocol Buffer
17 lines
329 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: FDBHCBMNCAI
|
|
// CmdId: 1741
|
|
message AvatarUpgradeRsp {
|
|
uint32 MFNMHANCIMP = 3;
|
|
uint32 PJNELCLHMOH = 15;
|
|
int32 retcode = 1;
|
|
uint64 avatar_guid = 13;
|
|
map<uint32, float> GEKBLKPMJCG = 7;
|
|
map<uint32, float> AFEDLAOGFOC = 12;
|
|
}
|
|
|