NahidaImpact/NahidaImpact.Protocol/GetPlayerAskFriendListRsp.proto

9 lines
158 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
import "FriendBrief.proto";
message GetPlayerAskFriendListRsp {
repeated FriendBrief ask_friend_list = 11;
int32 retcode = 13;
}