fn update_current_auto_aim_state_text(
    text_query: Query<'_, '_, (&mut Text, &CurrentAutoAimStateText)>,
    gameplay_settings: Res<'_, GameplaySettings>
)
Expand description

System to update the text for the current auto-aim state.