Пример #1
0
 public void UpgradeMetal()
 {
     if (CanConsumeUpgradePoint())
     {
         metal.LevelUp();
     }
 }