fn player_cast_defensive_spell_system(
ew_cast_spell: EventWriter<'_, CastSpell>,
spell_choices: Res<'_, SpellChoices>,
query: Query<'_, '_, &ActionState<PlayerAction>, With<Player>>
)
Expand description
System to handle player casting defensive spell