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