怪物战力
parent
7ebb58041c
commit
38ff05edb4
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue