private IEnumerator DelayMsg() { yield return(new WaitForSeconds(2)); EndDisplay.enabled = true; EndDisplay.text = m_modeBase.GetLeading(); }