using Robust.Shared.GameStates; namespace Content.Shared.Sound.Components; /// /// Simple sound emitter that emits sound on entity pickup /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class EmitSoundOnPickupComponent : BaseEmitSoundComponent;