feat: monogame content loader interface added

This commit is contained in:
2025-07-25 21:40:57 +03:00
parent 200e8ae7da
commit ad365dc722
3 changed files with 66 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ public class MonoGameWindow : Game
Universe.InstantiateUniverseObject().SetUniverseObject("Window Container")
.BehaviourController.AddBehaviour<MonoGameWindowContainer>(this);
Universe.InstantiateUniverseObject().SetUniverseObject("Content Loader")
.BehaviourController.AddBehaviour<LoadContentManager>();
}
protected override void Initialize()