Esempio n. 1
0
 public void BuyBunk()
 {
     if (scrap >= 10)
     {
         scrap -= 10;
         compound.AddBunk();
     }
 }