6
2026-01-18 12:53:36 +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
{
}