Remove IPhysBody (#3646)

This commit is contained in:
metalgearsloth
2023-01-03 17:45:36 +11:00
committed by GitHub
parent 01e96ebcb9
commit d518d55897
8 changed files with 15 additions and 160 deletions

View File

@@ -438,7 +438,7 @@ namespace Robust.Shared.GameObjects
{
MetaDataComponent _ => 0,
TransformComponent _ => 1,
IPhysBody _ => 2,
PhysicsComponent _ => 2,
_ => int.MaxValue
};