Delta-v/Content.Shared/_NF/Whitelist/Components/NFOreBagComponent.cs

8 lines
238 B
C#

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