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