public void LoadTimeForList() { float[] highscore = highscores.LoadHighscores(); if (highscore != null) { UpdateList(highscore); } }
public override bool Load(string Path) { scores = Highscores.LoadHighscores(); return(true); }
public HighScoresResourceItem() { scores = Highscores.LoadHighscores(); }