public float GetBossHealth() { if (bossBehaviour) { return(bossBehaviour.GetHealth() / bossBehaviour.MaxHealth); } else { return(1.0f); } }