using Content.Shared.Clothing.EntitySystems; using Robust.Shared.GameStates; namespace Content.Shared.Clothing.Components; /// /// Disables client-side physics prediction for this entity. /// Without this, movement with is very rubberbandy. /// [RegisterComponent, NetworkedComponent] public sealed partial class PilotedByClothingComponent : Component { }