예제 #1
0
 public float getSellValue() {
   return baseTower.getCost() / 2;
 }
예제 #2
0
 public float getCost() {
   return baseTower.getCost();
 }