From 5db06abb405666ee027ef40fb703764e287432f2 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 21 Aug 2019 11:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E6=88=98=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protos/Family.proto b/protos/Family.proto index 8e20189..16b5248 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -246,7 +246,7 @@ import "CommonProto.proto"; optional int32 roundEndTime =4; optional int32 joinType = 5;//所在公会是否进入本次公会战 optional EnemyFamily enemy =6;//敌方公会信息 - optional int32 attackCount = 7;//剩余攻击次数 + optional int32 attackCount = 7;//已攻击次数 } message FamilyFightAttackRequest{ //进攻用户的Id @@ -277,8 +277,8 @@ import "CommonProto.proto"; //公会战总战绩 message GuildFightResultResponse{ optional int32 getExp = 1; - repeated int32 getStar = 2; - repeated int32 loseStar = 3; + repeated int32 star = 2;//1、2、3我方获得 4、5、6我方失去 + repeated int32 extraStar = 3; } //死亡人员uid message DefeatResponse{