Gridtree ECS (#4109)

This commit is contained in:
metalgearsloth
2023-06-10 18:15:04 +10:00
committed by GitHub
parent 00e8afe8fa
commit f2c2750f8c
15 changed files with 601 additions and 606 deletions

View File

@@ -177,6 +177,16 @@ namespace Robust.UnitTesting
compFactory.RegisterClass<JointComponent>();
}
if (!compFactory.AllRegisteredTypes.Contains(typeof(GridTreeComponent)))
{
compFactory.RegisterClass<GridTreeComponent>();
}
if (!compFactory.AllRegisteredTypes.Contains(typeof(MovedGridsComponent)))
{
compFactory.RegisterClass<MovedGridsComponent>();
}
if (!compFactory.AllRegisteredTypes.Contains(typeof(JointRelayTargetComponent)))
{
compFactory.RegisterClass<JointRelayTargetComponent>();