Ejemplo n.º 1
0
 public void LoadGameFromSaved(SavedGame sG)
 {
     currentGame = new Game(this);
     currentScreen = currentGame.BeginFromSaved(sG);
 }