namespace Content.Shared._CP14.Actions.Components; /// /// Slows the caster while using action /// [RegisterComponent, Access(typeof(CP14SharedActionSystem))] public sealed partial class CP14ActionDoAfterSlowdownComponent : Component { [DataField] public float SpeedMultiplier = 1f; }