using Robust.Shared.GameStates; using Robust.Shared.Physics.Components; namespace Content.Shared.Movement.Components; /// /// On mobs that are allowed to move while their body status is /// [RegisterComponent, NetworkedComponent] public sealed partial class CanMoveInAirComponent : Component { }