mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 13:42:59 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,20 +2,13 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "ShowAvatarInfo.proto";
|
||||
|
||||
// Name: FPNKDNOFKEI
|
||||
// CmdId: 4093
|
||||
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;
|
||||
repeated ShowAvatarInfo show_avatar_info_list = 1;
|
||||
uint32 uid = 12;
|
||||
int32 retcode = 9;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user