Beispiel #1
0
 /// <summary>
 /// deduct money for the installed tower
 /// </summary>
 public void BuyTower()
 {
     money.BuyTower(chosenTower);
 }