Add joint relays (#4081)

This commit is contained in:
metalgearsloth
2023-05-27 14:10:55 +10:00
committed by GitHub
parent 34adf454c5
commit 768377f59b
19 changed files with 585 additions and 137 deletions

View File

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