コード例 #1
0
 void initScoreData()
 {
     highScoresData = new HighScoreDataManager();
     highScoresData.Load();         // Load the scores...
 }