6
2026-01-13 18:31:02 +02:00

10 lines
255 B
C#

namespace Content.Shared._NF.AirFreshener.Components;
/// <summary>
/// This is used for marking an item as an air freshener to remove the stinky trait.
/// </summary>
[RegisterComponent]
public sealed partial class AirFreshenerComponent : Component
{
}