From dc3500d04cb3781d28c2c491b19053ff04c120f0 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Wed, 7 Aug 2019 14:47:10 +0800 Subject: [PATCH 1/3] test --- protos/FightInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 37522d7..f3c67bf 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -68,6 +68,8 @@ import "CommonProto.proto"; // 试炼精气 optional int32 essenceValue = 7; optional int32 lastXY =8; //失败回退到上一步的位置坐标 + + optional int32 testXY = 9; // 测试数据 } From 0d54e14658f0c62d0fe4c99ca0bc1eee1ef04e87 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 7 Aug 2019 15:11:35 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=97=A0=E5=B0=BD=E5=89=AF=E6=9C=AC?= =?UTF-8?q?=E5=B7=B2=E5=BC=80=E5=90=AF=E7=9A=84=E5=9C=B0=E5=9B=BE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 304b8ce..2e83dd0 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -263,6 +263,7 @@ import "CommonProto.proto"; message GetEndlessHeroResponse{ //英雄信息 repeated endlessHero heroInfo =1; + repeated int32 openMapId = 2;//已开启的地图Id } //无尽副本标志 From 5b0875c749146a9797300074ee6895064d18cec2 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 7 Aug 2019 16:00:41 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protos/Family.proto b/protos/Family.proto index 4fb950e..4e72d4a 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -178,4 +178,8 @@ import "CommonProto.proto"; message FamilyDefendViewResponse{ repeated TeamOneInfo teamInfo = 1; } + //一键布防 + message FamilyQuickDefend{ + optional int32 buildId = 1;//0为随机 + }