namespace Content.Shared._NF.Whitelist.Components;
/// <summary>
/// Whitelist component for lighters to avoid tag redefinition and collisions
/// </summary>
[RegisterComponent]
public sealed partial class NFLighterComponent : Component;