Move physics fixtures to its own component (#2220)

This commit is contained in:
metalgearsloth
2021-12-01 12:59:42 +11:00
committed by GitHub
parent d157aab786
commit ebc0fc9c60
30 changed files with 618 additions and 537 deletions

View File

@@ -35,10 +35,6 @@ namespace Robust.UnitTesting.Shared.GameObjects.Systems
{
f.LoadString(Prototypes);
})
.RegisterDependencies(f =>
{
f.Register<IShapeManager, ShapeManager>();
})
.InitializeInstance();
var mapManager = sim.Resolve<IMapManager>();