Refactor stats
This commit is contained in:
18
Zennysoft.Game.Ma/src/ui/inventory_menu/IItemSlot.cs
Normal file
18
Zennysoft.Game.Ma/src/ui/inventory_menu/IItemSlot.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Chickensoft.GodotNodeInterfaces;
|
||||
using Zennysoft.Game.Implementation;
|
||||
using Zennysoft.Ma.Adapter;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
|
||||
public interface IItemSlot : IHBoxContainer
|
||||
{
|
||||
public InventoryItem Item { get; set; }
|
||||
|
||||
public void SetItemStyle();
|
||||
|
||||
public void SetSelectedItemStyle();
|
||||
|
||||
public void SetEquippedItemStyle();
|
||||
|
||||
public void SetEquippedSelectedItemStyle();
|
||||
}
|
||||
Reference in New Issue
Block a user