This commit is contained in:
Leon Friedrich
2021-09-04 14:13:34 +10:00
committed by GitHub
parent 0dfa847b2e
commit fc1ddb00cb
5 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ namespace Content.Tests.Shared.Alert
{
IoCManager.Resolve<ISerializationManager>().Initialize();
var prototypeManager = IoCManager.Resolve<IPrototypeManager>();
prototypeManager.Initialize();
prototypeManager.LoadFromStream(new StringReader(PROTOTYPES));
var alertManager = IoCManager.Resolve<AlertManager>();
alertManager.Initialize();