コード例 #1
0
 private void Buy()
 {
     playerCurrency.DecreaseAmt(TotalCost);
     inventory.AddToInventory(itemToBuy, amtToExchange);
 }