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