using Content.Shared.Tag; using Robust.Shared.GameStates; namespace Content.Shared._White.Implants.NeuroControl; [RegisterComponent, NetworkedComponent] public sealed partial class NeuroStabilizationComponent : Component { [ValidatePrototypeId] public const string NeuroStabilizationTag = "NeuroStabilization"; }