Exemple #1
0
 /*
  *      Removes all player scores from the score store.
  */
 public void RemoveAllScores()
 {
     _scoreList.RemoveAll();
 }