From 2b82e9ba000fa22420efa292e765e4ab6d5a551c Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Thu, 9 Sep 2021 20:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 0b599d6..c497fba 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1033,9 +1033,13 @@ option optimize_for = SPEED; optional FightData fightData1 = 7;//第一个队伍的战斗回放 optional FightData fightData2 = 8;//第二个队伍的战斗回放 optional FightData fightData3 = 9;//第三个队伍的战斗回放 - optional int32 power = 10; + optional int32 power = 10; //总战力 optional int32 type = 11; //战斗类行 1:进攻成功 2:进攻失败 3:防守成功 4:防守失败 optional int32 practiceLevel = 12; //修行的等级 optional int32 myScoreChange = 13; //我的积分变化情况 + repeated int32 resultList = 14;//战斗结果集合 + optional int32 score = 15; //当前玩家的积分 + + } \ No newline at end of file