Load effects via content manager + virtual InitContentManager in App

This commit is contained in:
Simon Lübeß
2023-01-08 00:17:04 +01:00
parent 3da60355df
commit 4589030da6
36 changed files with 1092 additions and 743 deletions
+5
View File
@@ -32,5 +32,10 @@ namespace Sandbox
{
return new SandboxApp();
}
protected override IContentManager InitContentManager()
{
Runtime.NotImplemented();
}
}
}