using Content.Shared.Sound.Components; using Robust.Shared.GameStates; namespace Content.Shared.Audio; /// /// Toggles and off when this entity's MobState isn't Alive. /// [RegisterComponent, NetworkedComponent] public sealed partial class SoundWhileAliveComponent : Component;