Trade menu WIP
This commit is contained in:
@@ -31,7 +31,7 @@ public static class Inventory
|
||||
public static InventoryItem GetInventoryItem(string itemName)
|
||||
{
|
||||
Object[] shopItems = Resources.LoadAll("ScriptableObjects/ShopItems");
|
||||
Debug.Log("Searching thru " + shopItems.Length + " SOs");
|
||||
// Debug.Log("Searching thru " + shopItems.Length + " SOs");
|
||||
foreach (Object itemObj in shopItems)
|
||||
{
|
||||
InventoryItem item = itemObj as InventoryItem;
|
||||
|
||||
Reference in New Issue
Block a user