是否显示重置
parent
0c421d4dc6
commit
cfa80271d9
|
@ -104,14 +104,6 @@ import "CommonProto.proto";
|
|||
// 探索地图剩余时间(秒)
|
||||
optional int32 leftTime = 1;
|
||||
}
|
||||
|
||||
// 爬塔副本商店信息(试炼副本)
|
||||
message TowerShopInfo{
|
||||
// 商品id
|
||||
optional int32 goodsId = 1;
|
||||
// 已购买次数
|
||||
optional int32 buyCount = 2;
|
||||
}
|
||||
|
||||
|
||||
message UseTowerBuffRequest{
|
||||
|
@ -136,12 +128,12 @@ import "CommonProto.proto";
|
|||
optional int32 fightCount = 2;
|
||||
// 已重置次数
|
||||
optional int32 resetCount = 3;
|
||||
// 爬塔副本商店信息
|
||||
repeated TowerShopInfo towerShopInfos = 4;
|
||||
// 历史最高层
|
||||
optional int32 highestTower = 5;
|
||||
optional int32 highestTower = 4;
|
||||
// 当前地图,试炼精气(如果召唤过boss 该值为 -1)
|
||||
optional int32 essenceValue = 6;
|
||||
optional int32 essenceValue = 5;
|
||||
// 是否显示重置:1、显示;0、不显示
|
||||
optional int32 mapIntoReset = 6;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue