Rewrite and simplify Inventory Menu, various fixes for item effects
This commit is contained in:
@@ -15,4 +15,5 @@ public interface IInventory
|
||||
public void Sort(EquipableItem currentWeapon, EquipableItem currentArmor, EquipableItem currentAccessory);
|
||||
|
||||
public event Action<string> BroadcastMessage;
|
||||
public event Action InventoryChanged;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user