mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Load effects via content manager + virtual InitContentManager in App
This commit is contained in:
@@ -32,5 +32,10 @@ namespace Sandbox
|
||||
{
|
||||
return new SandboxApp();
|
||||
}
|
||||
|
||||
protected override IContentManager InitContentManager()
|
||||
{
|
||||
Runtime.NotImplemented();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user