2021-09-07 18:47:23 +10:00
|
|
|
using Content.Shared.Audio;
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.Audio
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Toggles <see cref="AmbientSoundComponent"/> on when powered and off when not powered.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class AmbientOnPoweredComponent : Component
|
2021-09-07 18:47:23 +10:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|