using Robust.Shared.GameStates; namespace Content.Shared._DV.Surgery; /// /// Exists for use as a status effect. Allows surgical operations to not cause immense pain. /// [RegisterComponent, NetworkedComponent] public sealed partial class AnesthesiaComponent : Component;