fn player_cast_secondary_spell_system(
    ew_cast_spell: EventWriter<'_, CastSpell>,
    spell_choices: Res<'_, SpellChoices>,
    query: Query<'_, '_, &ActionState<PlayerAction>, With<Player>>
)
Expand description

System to handle player casting secondary spell