Exemplo n.º 1
0
 /**
  * Allows caller to add a PuzzleSave object to the active save's
  * PuzzleSaveDictionary.
  * @param name of puzzle to add
  */
 public void AddPuzzleSave(string puzzleName)
 {
     ActiveSave.AddPuzzleSave(new PuzzleSave(puzzleName));
 }