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