Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
04062c96b2
|
@ -178,4 +178,8 @@ import "CommonProto.proto";
|
|||
message FamilyDefendViewResponse{
|
||||
repeated TeamOneInfo teamInfo = 1;
|
||||
}
|
||||
//一键布防
|
||||
message FamilyQuickDefend{
|
||||
optional int32 buildId = 1;//0为随机
|
||||
}
|
||||
|
||||
|
|
|
@ -68,6 +68,8 @@ import "CommonProto.proto";
|
|||
// 试炼精气
|
||||
optional int32 essenceValue = 7;
|
||||
optional int32 lastXY =8; //失败回退到上一步的位置坐标
|
||||
|
||||
optional int32 testXY = 9; // 测试数据
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -263,6 +263,7 @@ import "CommonProto.proto";
|
|||
message GetEndlessHeroResponse{
|
||||
//英雄信息
|
||||
repeated endlessHero heroInfo =1;
|
||||
repeated int32 openMapId = 2;//已开启的地图Id
|
||||
}
|
||||
|
||||
//无尽副本标志
|
||||
|
|
Loading…
Reference in New Issue