Exemple #1
0
 public void CheapCost()
 {
     if (budget.BuyIfCan(building.CheapCost))
     {
         building.CheapRepair();
     }
 }