void initScoreData()
 {
     highScoresData = new HighScoreDataManager();
     highScoresData.Load();         // Load the scores...
 }
Ejemplo n.º 2
0
 public static void ClearHighScoresFile()
 {
     File.Delete(HighScoreDataManager.GetGameScoreFile());
 }