Exemplo n.º 1
0
 public float getSellValue() {
   return baseTower.getCost() / 2;
 }
Exemplo n.º 2
0
 public float getCost() {
   return baseTower.getCost();
 }