Merge branch 'master' of 60.1.1.230:backend/jieling_protocol
commit
3cb7d1fed3
|
|
@ -222,4 +222,12 @@ import "CommonProto.proto";
|
|||
optional Drop drop = 1;
|
||||
// 历史最高层
|
||||
optional int32 highestTower = 2;
|
||||
}
|
||||
|
||||
// 试炼使用炸弹
|
||||
message MapTowerUseBombResponse{
|
||||
//精气值
|
||||
optional int32 essenceValue = 1;
|
||||
// 奖励
|
||||
optional Drop drop = 2;
|
||||
}
|
||||
Loading…
Reference in New Issue