Fix labels
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user