namespace Content.Shared.Abilities.Psionics { [RegisterComponent] public sealed partial class PsionicInsulationComponent : Component { public bool Passthrough = false; public List SuppressedFactions = new(); } }