6
StarHorizon_Public/Content.Shared/Sound/Components/SpamEmitSoundRequirePowerComponent.cs
2026-01-13 18:31:02 +02: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;