Delta-v/Content.Shared/Armor/AllowSuitStorageComponent.cs

11 lines
212 B
C#

namespace Content.Shared.Armor;
/// <summary>
/// Used on outerclothing to allow use of suit storage
/// </summary>
[RegisterComponent]
public sealed partial class AllowSuitStorageComponent : Component
{
}