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