using Content.Shared._CP14.MagicSpell; namespace Content.Shared._CP14.Actions.Components; /// /// Blocks the user from using action against target target in SSD. /// [RegisterComponent, Access(typeof(CP14SharedMagicSystem))] public sealed partial class CP14ActionSSDBlockComponent : Component { }