Merge branch 'master' of 60.1.1.230:backend/jieling_protocol

master_huanxiang
wangyuan 2019-06-27 17:45:57 +08:00
commit 3cb7d1fed3
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}