From 6ef47bebdb9955091b18ad7c053d49469aa493bb Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 15 Aug 2019 10:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E6=88=98=E5=AF=B9=E6=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 9 +++++++++ protos/MessageTypeProto.proto | 3 +++ 2 files changed, 12 insertions(+) diff --git a/protos/Family.proto b/protos/Family.proto index 23808a0..a375f8f 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -247,4 +247,13 @@ import "CommonProto.proto"; optional int32 joinType = 5;//所在公会是否进入本次公会战 optional EnemyFamily enemy =6;//敌方公会信息 } + message FamilyFightAttackRequest{ + //进攻用户的Id + optional int32 attackUid = 1; + } + message FamilyFightAttackResponse{ + //进攻用户的Id + optional int32 result = 1; + optional int32 starCount = 2; + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index edf4ab9..eb04c18 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -254,6 +254,9 @@ enum MessageType{ FAMILY_FIGHT_ROUND_INFO_RESPONSE = 10570; FAMILY_FIGHT_MATCHING_SUCCESS_INDICATION = 10571;//公会战匹配成功提示 + + FAMILY_FIGHT_ATTACK_REQUEST = 10572;//公会战进攻 + FAMILY_FIGHT_ATTACK_RESPONSE = 10573; // G 10600 GET_PLAYERINFO_REQUEST = 10600; //