是否显示重置

master_huanxiang
lvxinran 2019-06-29 16:25:22 +08:00
parent 0c421d4dc6
commit cfa80271d9
1 changed files with 4 additions and 12 deletions

View File

@ -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;
// 10
optional int32 mapIntoReset = 6;
}