IEnumerator Delay() { yield return(new WaitForSeconds(DelayTime)); GameModeManager.DispatchGameLose(); }