示例#1
0
 void Start()
 {
     HighscoreManager.LoadHighscores();
     HighscoreManager.HighScores.TakeUntilDestroy(this).Subscribe(scores =>
     {
         InitializeHighscores(scores);
     });
 }