using Robust.Shared.GameStates; namespace Content.Shared.Sound.Components { /// /// Simple sound emitter that emits sound on ThrowEvent /// [RegisterComponent, NetworkedComponent] public sealed class EmitSoundOnThrowComponent : BaseEmitSoundComponent { } }