mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Gridtree ECS (#4109)
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user