9 lines
158 B
Protocol Buffer
9 lines
158 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "FriendBrief.proto";
|
||
|
|
||
|
message GetPlayerAskFriendListRsp {
|
||
|
repeated FriendBrief ask_friend_list = 11;
|
||
|
int32 retcode = 13;
|
||
|
}
|