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