怪物战力

back_recharge
lvxinran 2019-09-25 10:53:34 +08:00
parent 7ebb58041c
commit 38ff05edb4
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ public class CBean2Proto {
CommonProto.Cell.Builder protoCell = CommonProto.Cell.newBuilder();
protoCell.setPointId(cell.getPointId());
protoCell.setCellId(cell.getCellId());
protoCell.setMonsterForce(cell.getForce());
return protoCell.build();
}
public static MapInfoProto.TowerBuff getTowerBuff(TowerBuff towerBuff){