public void ShutdownTank() { engineSound.GetComponent <AudioSource>().Stop(); online = false; countdownActive = false; timeRemaining = 0; voiceover.tutorialStage = -1; gameOverlay.SetActive(true); net.AllStop(); }