Fix menus between floors

This commit is contained in:
2025-06-28 00:30:16 -07:00
parent 39f791e2b4
commit f33616dda4
11 changed files with 104 additions and 11 deletions

View File

@@ -22,6 +22,8 @@ public partial class GameState
public readonly record struct LoadNextFloor;
public readonly record struct OpenTeleportScreen;
public readonly record struct OpenFloorExitScreen;
public readonly record struct OpenDebugMenu;