Пример #1
0
 IEnumerator RefreshHighscores()
 {
     while (true)
     {
         highscoreManager.DownloadHighScores();
         yield return(new WaitForSeconds(5));
     }
 }