Example #1
0
 public TopScoreTracker(HighScoreTracker scoreTracker)
 {
     listOfScores = scoreTracker.getHighScoreList();
 }