Files
tbd-station-14/Content.Server/Sound/Components/EmitSoundOnUIOpenComponent.cs

11 lines
272 B
C#

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