namespace Content.Server.Sound.Components { /// /// Simple sound emitter that emits sound on entity pickup /// [RegisterComponent] public sealed class EmitSoundOnPickupComponent : BaseEmitSoundComponent { } }