Add minimap to sidebar

This commit is contained in:
2025-08-08 23:43:57 -07:00
parent bd6794dafd
commit 953cba40c6
14 changed files with 14 additions and 96 deletions

View File

@@ -8,8 +8,6 @@ public partial class InGameUILogic
public readonly record struct AnnounceMessageOnMainScreen(string Message);
public readonly record struct AnnounceMessageInInventory(string Message);
public readonly record struct RemoveItemFromInventory(InventoryItem Item);
public readonly record struct DisplayMinimap;
public readonly record struct HideMinimap;
public readonly record struct ShowInventory;
public readonly record struct HideInventory;
}