ECS metadata pausing (#2800)

This commit is contained in:
metalgearsloth
2022-05-14 14:55:42 +10:00
committed by GitHub
parent 32bdc19fe9
commit 17dd3af3c7
9 changed files with 74 additions and 52 deletions

View File

@@ -79,6 +79,7 @@ namespace Robust.UnitTesting
systems.LoadExtraSystemType<ContainerSystem>();
systems.LoadExtraSystemType<TransformSystem>();
systems.LoadExtraSystemType<EntityLookupSystem>();
systems.LoadExtraSystemType<MetaDataSystem>();
var entMan = IoCManager.Resolve<IEntityManager>();
var mapMan = IoCManager.Resolve<IMapManager>();