private IEnumerator WaitForName(int aId) { yield return(new WaitUntil(() => m_NameConfirmed)); SaveFiles.StartNewGame(aId, m_NameLabel.text); }