16 lines
323 B
Protocol Buffer
16 lines
323 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
message UpdatePlayerShowAvatarListRsp {
|
|
enum KCKFNPNJBPJ {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 4083;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
repeated uint32 showAvatarIdList = 15;
|
|
bool isShowAvatar = 14;
|
|
int32 retcode = 10;
|
|
}
|