Esempio n. 1
0
 public bool IsRepairable(int numCoins)
 {
     return((repairCost <= numCoins) && !health.IsHealthFull());
 }