コード例 #1
0
 IEnumerator RefreshHighscores()
 {
     while (true)
     {
         highscoresManager.DownloadHighscoresForScoreSheet();
         yield return(new WaitForSeconds(10));
     }
 }