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