Files
tbd-station-14/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs
2022-05-13 17:59:03 +10:00

11 lines
252 B
C#

namespace Content.Server.Sound.Components
{
/// <summary>
/// Simple sound emitter that emits sound on LandEvent
/// </summary>
[RegisterComponent]
public sealed class EmitSoundOnLandComponent : BaseEmitSoundComponent
{
}
}