in Assets/Scripts/HealthController.cs [18:22]
private void Start() { currentHealth = health; audioManager = GameObject.FindGameObjectWithTag("AudioManager")?.GetComponent<AudioManager>(); }