namespace Content.Shared._CP14.MagicSpell.Components; /// /// /// [RegisterComponent, Access(typeof(CP14SharedMagicSystem))] public sealed partial class CP14MagicCasterComponent : Component { [DataField] public List CastedSpells = new(); }