Implemented research cost, tweaked some values.
This commit is contained in:
@@ -5,7 +5,7 @@ public class Inventory
|
||||
{
|
||||
public List<Item> items = new List<Item>();
|
||||
|
||||
public int maxInventorySize = 16;
|
||||
public int maxInventorySize = 10;
|
||||
public event EventHandler OnInventoryUpdate;
|
||||
|
||||
public bool AddItem(Item item, int amount)
|
||||
|
||||
Reference in New Issue
Block a user