namespace Content.Shared.Sound.Components;
/// <summary>
/// Enables or disables an SpamEmitSound component depending
/// on the powered state of the entity.
/// </summary>
[RegisterComponent]
public sealed partial class SpamEmitSoundRequirePowerComponent : Component;