6
StarHorizon_Public/Content.Shared/Sound/Components/SpamEmitSoundRequirePowerComponent.cs
2025-11-05 11:11:22 +03:00

9 lines
270 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;