8 lines
147 B
Protocol Buffer
8 lines
147 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "FriendBrief.proto";
|
||
|
|
||
|
message GetPlayerBlacklistRsp {
|
||
|
repeated FriendBrief blacklist = 11;
|
||
|
int32 retcode = 10;
|
||
|
}
|