namespace Content.Shared._CP14.MagicSpell.Components; /// /// Blocks the target from using magic if they are pacified. /// [RegisterComponent, Access(typeof(CP14SharedMagicSystem))] public sealed partial class CP14MagicEffectPacifiedBlockComponent : Component { }