Add debug foundation

This commit is contained in:
2026-04-21 21:16:30 +02:00
parent 693f31dd50
commit cc51f4a6e8
22 changed files with 1246 additions and 12 deletions

View File

@@ -4,5 +4,6 @@ public enum DebugBootMode
{
Menu,
Smoke,
ContentBrowser
ContentBrowser,
DebugSandbox
}