示例#1
0
 private void Sell()
 {
     playerCurrency.IncreaseAmt(SellValue);
     inventory.TakeFromInventory(itemToSell.guid, amtToExchange);
 }