Restructure loading of game

This commit is contained in:
2025-09-25 02:50:55 -07:00
parent e7f5da5b1a
commit 84f0f8338f
266 changed files with 696 additions and 675 deletions

View File

@@ -29,5 +29,9 @@ public partial class AppLogic
public readonly record struct GameOver;
public readonly record struct StartLoadingSaveFile;
public readonly record struct EnemyViewerOpened;
public readonly record struct GalleryOpened;
}
}