using Robust.Shared.GameStates; namespace Content.Shared.Clothing._NF.Components; /// /// Auto toggle outer clothing when starting gear is equipped. /// [RegisterComponent, NetworkedComponent] public sealed partial class AutoToggleableOuterClothingComponent : Component;