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