Files
crystall-punk-14/Content.Shared/_CP14/ModularCraft/Components/CP14LabeledRenamingComponent.cs

10 lines
269 B
C#
Raw 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
{
}