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

System to handle player casting ultimate spell