Files
crystall-punk-14/Content.Shared/_CP14/ModularCraft/Components/CP14LabeledRenamingComponent.cs
Ed 00ecf1f4b6 Health alerts + Modular tools labeling renaming (#708)
* fix health alert

* grips label

* Update grips.yml
2025-01-08 23:22:58 +03:00

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
{
}