6
2025-11-12 10:55:00 +03: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
{
}