试炼精气
parent
9841869b38
commit
84dd7e5a9a
|
|
@ -110,7 +110,7 @@ option optimize_for = SPEED;
|
|||
message Cell{
|
||||
// 格子id
|
||||
optional int32 cellId = 1;
|
||||
// mapPointConfig id 如果是爬塔(试炼)副本 pointId 为怪物组id
|
||||
// mapPointConfig id
|
||||
optional int32 pointId = 2;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ import "CommonProto.proto";
|
|||
optional int32 leftTime = 6;
|
||||
// eventPointConfig id
|
||||
optional int32 eventId = 7;
|
||||
// 试炼精气
|
||||
optional int32 essenceValue = 8;
|
||||
}
|
||||
|
||||
// 快速战斗
|
||||
|
|
@ -60,6 +62,8 @@ import "CommonProto.proto";
|
|||
optional Mission mission = 5;
|
||||
// 探索地图剩余时间(秒)
|
||||
optional int32 leftTime = 6;
|
||||
// 试炼精气
|
||||
optional int32 essenceValue = 7;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -116,6 +116,8 @@ import "CommonProto.proto";
|
|||
repeated TowerShopInfo towerShopInfos = 4;
|
||||
// 历史最高层
|
||||
optional int32 highestTower = 5;
|
||||
// 当前地图,试炼精气(如果召唤过boss 该值为 -1)
|
||||
optional int32 essenceValue = 6;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue