Redesign and reimplement inventory menu
Add jewels but no implementation yet (needed redesign of inventory menu to function correctly)
This commit is contained in:
@@ -9,11 +9,9 @@ public interface IItemSlot : IButton
|
||||
{
|
||||
public AutoProp<InventoryItem> Item { get; }
|
||||
|
||||
public bool IsSelected { get; set; }
|
||||
public void SetItemEquipmentStatus(bool isEquipped);
|
||||
|
||||
public void SetItemStyle();
|
||||
public event Action<IItemSlot> ItemPressed;
|
||||
|
||||
public event Action<InventoryItem> ItemPressed;
|
||||
public event Action<IItemSlot> ItemEnterFocus;
|
||||
public event Action<IItemSlot> ItemExitFocus;
|
||||
public event Action<IItemSlot> ItemSelected;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user