namespace Content.Shared._CP14.MagicSpell.Components; /// /// Slows the caster while using this spell /// [RegisterComponent, Access(typeof(CP14SharedMagicSystem))] public sealed partial class CP14MagicEffectCastSlowdownComponent : Component { [DataField] public float SpeedMultiplier = 1f; }