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{