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

8 lines
237 B
C#

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