using Content.Shared.Revolutionary; using Robust.Shared.GameStates; namespace Content.Shared.Mindshield.Components; /// /// Component given to an entity to mark it is a mindshield implant. /// [RegisterComponent, NetworkedComponent, Access(typeof(SharedRevolutionarySystem))] public sealed partial class MindShieldImplantComponent : Component;