private IEnumerator Wait(bool victory) { yield return(new WaitForSeconds(5F)); StartCoroutine(LoadScene.LoadWorldMap()); yield break; }