新定义
This commit is contained in:
14
Config/NetworkProtocol/Outer/data/Friend.proto
Normal file
14
Config/NetworkProtocol/Outer/data/Friend.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
package Fantasy.Network.Message;
|
||||
|
||||
/// 好友信息
|
||||
message FriendInfo
|
||||
{
|
||||
int64 Id = 1; //好友id
|
||||
int64 AddTime = 2; //添加时间
|
||||
string NickName = 3; //昵称
|
||||
string Head = 4; //头像
|
||||
int32 Level = 5; //等级
|
||||
string Country = 6; //国家
|
||||
int32 OnlineStatus = 7; //在线状态
|
||||
}
|
||||
Reference in New Issue
Block a user