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