mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 13:42:59 +03:00
Update v1
This commit is contained in:
@@ -4,11 +4,11 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ShowAvatarInfo.proto";
|
||||
|
||||
// Name: FPNKDNOFKEI
|
||||
// CmdId: 4093
|
||||
// CmdId: 4026
|
||||
// Name: MAIBFBAOOEK
|
||||
message GetFriendShowAvatarInfoRsp {
|
||||
repeated ShowAvatarInfo show_avatar_info_list = 1;
|
||||
uint32 uid = 12;
|
||||
int32 retcode = 9;
|
||||
repeated ShowAvatarInfo show_avatar_info_list = 10;
|
||||
uint32 uid = 3;
|
||||
int32 retcode = 15;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user