Spawn items

This commit is contained in:
2024-08-28 21:48:05 -07:00
parent 699a333951
commit ea99e88535
25 changed files with 715 additions and 134 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<InventoryItemInfo> Inventory);
public readonly record struct HideInventory();