From b28845e9f6eb994a4c333d1583227cffee0dce2f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 30 Jun 2020 10:48:56 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 40024e4..37bd0b4 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -502,7 +502,13 @@ message MFTeamData optional bool downed = 7 [default = false]; //是否倒下 optional string name = 8; //名字 optional float max_health = 9; //最大血量 - optional string account_id = 10; //只在结算的时候该字段才有内容 + + //一下字段只在结算的时候该字段才有内容 + optional string account_id = 10; //账号id + optional string avatar_url = 11; //头像 + optional int64 user_value1 = 31; //对应好友系统的user_value1 + optional int64 user_value2 = 32; //对应好友系统的user_value2 + optional int64 user_value3 = 33; //对应好友系统的user_value3 } //子弹 @@ -684,6 +690,9 @@ message CMJoin optional bool has_pass = 27; //是否有通行证 optional int32 today_enter_times = 28; //今天进入游戏的次数 repeated MFWeapon grow_weapons = 30; //武器养成 + optional int64 user_value1 = 31; //对应好友系统的user_value1 + optional int64 user_value2 = 32; //对应好友系统的user_value2 + optional int64 user_value3 = 33; //对应好友系统的user_value3 } //移动