Files

10 lines
269 B
C#
Raw Permalink Normal View History

namespace Content.Shared._CP14.ModularCraft.Components;
/// <summary>
/// Adding an outfit to this item will fully rename the item and automatically unlabel it
/// </summary>
[RegisterComponent]
public sealed partial class CP14LabeledRenamingComponent : Component
{
}