예제 #1
0
 IEnumerator RefreshHighscores()
 {
     while (true)
     {
         Debug.Log("Downloading leaderboard");
         highscoresManager.DownloadHighscores();
         yield return(new WaitForSeconds(20f));
     }
 }