Add more interactive effects to inventory menu

This commit is contained in:
2024-09-10 19:40:19 -07:00
parent 081bde1d9a
commit d854f159b4
21 changed files with 279 additions and 112 deletions

View File

@@ -8,7 +8,7 @@
public readonly record struct Initialize;
public readonly record struct InventoryMenuButtonPressed;
public readonly record struct InventoryMenuToggle;
public readonly record struct MiniMapButtonPressed;