From 4f17a97d8a6768401e27f482d897456a56a18223 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 30 May 2024 16:16:11 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 63f1bf02..1ac6f624 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -1378,6 +1378,13 @@ message MFSettlementNew repeated MFSettlementMember members = 401; //队伍成员信息统计 } +//结算信息-战斗和game006api共用次结构 +message MFCommonMFSettlement +{ + //队伍数必然>0 吃鸡时长度1,MOBA时长度为2,客户端通过再队伍member里查找自己是否在里面来判断是发自己的队伍 + repeated MFSettlementNew team_list = 1; +} + //沙盘消息-全量信息 message MFSandTableFullMsg { @@ -2017,6 +2024,8 @@ message SMGameOver optional MFSettlement settlement = 33; //结算信息 optional MFSettlementNew settlement_new = 34; //结算信息new + //最新版结算信息,等客户端迁移到此新结构后再删除最新版结算信息,等客户端迁移到此新结构后再删除老字段 + optional MFCommonMFSettlement common_settlement = 37; repeated MFPlayerFull victory_team = 35; //吃鸡队伍信息 optional int32 star_num = 36 [default = 0]; //本次获得的星数