using Robust.Shared.GameStates; using Robust.Shared.Prototypes; namespace Content.Shared._Shitmed.Medical.Surgery; /// /// Prevents the entity from causing toxin damage to entities it does surgery on. /// [RegisterComponent, NetworkedComponent] public sealed partial class SanitizedComponent : Component { }