Mystery item implementation
This commit is contained in:
@@ -6,6 +6,8 @@ public interface IInventory
|
||||
|
||||
public bool TryAdd(InventoryItem inventoryItem);
|
||||
|
||||
public bool TryInsert(InventoryItem inventoryItem, int index);
|
||||
|
||||
public void Remove(InventoryItem inventoryItem);
|
||||
|
||||
public void Sort();
|
||||
|
||||
Reference in New Issue
Block a user