private void Update() { m_gameOver = m_player.IsDead(); if (!m_gameOver && !m_labyrinth.IsFinished()) { m_labyrinth.UpdateLabyrinth(Time.deltaTime); } }