using Robust.Shared.GameStates; namespace Content.Shared.Clothing.Components; /// /// This is used for clothing that makes an entity weightless when worn. /// [RegisterComponent, NetworkedComponent] public sealed partial class AntiGravityClothingComponent : Component;