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

8 lines
237 B
C#

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