Exemple #1
0
 void SetItemsToSell(ItemsDictionary sellableItemsWithPrices)
 {
     SellContent.GenerateItemList(playerInventory, shopInventory, sellableItemsWithPrices);
 }
Exemple #2
0
 public void SetItemsToBuy(ItemsDictionary itemsToBuy)
 {
     BuyContent.GenerateItemList(shopInventory, playerInventory, itemsToBuy);
 }