Beispiel #1
0
 public void Restore(HeroMemento memento)
 {
     this.patrons = memento.Patrons;
     this.lives   = memento.Lives;
 }