Beispiel #1
0
 public void ResetLeaderboard()
 {
     _entryDictionary.Clear();
     _entryList.Clear();
     _entryListSolo.Clear();
     CurrentSolvers.Clear();
     BombsAttempted    = 0;
     BombsCleared      = 0;
     BombsExploded     = 0;
     OldBombsAttempted = 0;
     OldBombsCleared   = 0;
     OldBombsExploded  = 0;
     OldScore          = 0;
     OldSolves         = 0;
     OldStrikes        = 0;
 }
Beispiel #2
0
 public void ClearSolo()
 {
     SoloSolver = null;
     CurrentSolvers.Clear();
 }