Fix SpawnAndDeleteEntityCountTest heisentest (#21975)

This commit is contained in:
metalgearsloth
2023-11-30 22:08:08 +11:00
committed by GitHub
parent af1130e917
commit 30f4a3ca6d
3 changed files with 20 additions and 7 deletions

View File

@@ -69,7 +69,6 @@ public static partial class PoolManager
options.BeforeStart += () =>
{
var entSysMan = IoCManager.Resolve<IEntitySystemManager>();
var compFactory = IoCManager.Resolve<IComponentFactory>();
entSysMan.LoadExtraSystemType<ResettingEntitySystemTests.TestRoundRestartCleanupEvent>();
entSysMan.LoadExtraSystemType<InteractionSystemTests.TestInteractionSystem>();
entSysMan.LoadExtraSystemType<DeviceNetworkTestSystem>();