Exemplo n.º 1
0
 public void Save(string saveName)
 {
     _io.Save(saveName, CurrentGameState.State.GetSaveData());
 }