コード例 #1
0
 public void LoadTimeForList()
 {
     float[] highscore = highscores.LoadHighscores();
     if (highscore != null)
     {
         UpdateList(highscore);
     }
 }
コード例 #2
0
 public override bool Load(string Path)
 {
     scores = Highscores.LoadHighscores();
     return(true);
 }
コード例 #3
0
 public HighScoresResourceItem()
 {
     scores = Highscores.LoadHighscores();
 }