Delta-v/Content.Shared/Sound/Components/SpamEmitSoundRequirePowerCo...

11 lines
273 B
C#

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
{
}