Exemplo n.º 1
0
 public void LoadGame(GameMemento memento)
 {
     CurrentLevel = memento.GetState();
     CurrentLevel.Load(NewGame.gameCanvas, NewGame.background, NewGame.MainStackPanel);
 }