20 lines
356 B
Protocol Buffer
20 lines
356 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "ShowAvatarInfo.proto";
|
|
message GetFriendShowAvatarInfoRsp {
|
|
enum DBNKIEDKCKB {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 4027;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
repeated ShowAvatarInfo showAvatarInfoList = 3;
|
|
int32 retcode = 12;
|
|
uint32 uid = 13;
|
|
}
|