Ejemplo n.º 1
0
 IEnumerator RefreshHighscores()
 {
     while (true)
     {
         highscoresManager.DownloadHighscores();
         yield return(new WaitForSeconds(30));
     }
 }