void UpdateTime() { timer--; UpdateTimer.updateTime(timer); if (timer == 0) { nav.StartGameOver(); } else { Invoke("UpdateTime", 1f); } }