pub(super) fn set_casting_animation(
    supplemental_state_next: ResMut<'_, NextState<PlayerAnimationSupplemental>>,
    er_cast_spell: EventReader<'_, '_, CastSpell>,
    frame: ResMut<'_, AnimationFrame>
)
Expand description

Set the casting animation when spell casting event is triggered.