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