Beispiel #1
0
 public void LoadGame(GameMomento gameMomento)
 {
     this.gameMomento = gameMomento;
 }
Beispiel #2
0
 public GameOrdinator(GameMomento gameMomento)
 {
     this.gameMomento = gameMomento;
 }