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