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