6
StarHorizon_Public/Content.Shared/_NF/Clothing/Components/AutoToggleableOuterClothingComponent.cs
2026-01-24 12:49:55 +03:00

10 lines
298 B
C#

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