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为随机 + } 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; // 测试数据 } 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 } //无尽副本标志