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