Fix labels

This commit is contained in:
2024-09-08 15:42:08 -07:00
parent a47d1306b9
commit 1dfc61f003
242 changed files with 5502 additions and 383 deletions

View File

@@ -8,7 +8,7 @@ namespace GameJamDungeon
{
public readonly record struct StartGame();
public readonly record struct SetInventoryMode(List<InventoryItem> Inventory);
public readonly record struct SetInventoryMode(List<IInventoryItem> Inventory);
public readonly record struct HideInventory();