public IEnumerator NetworkInitialized() { yield return(new WaitForSeconds(2)); Communications.NetworkInitialized = true; RemoteTech.Startup(); }