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