Esempio n. 1
0
 public void RestoreMemento(PlayerMemento memento)
 {
     Console.SetCursorPosition(0, 25);
     Console.WriteLine("Restoring state");
     this._health = memento.GetHealth();
     Statistic.GetInstance().Score().Clear();
 }
Esempio n. 2
0
 public void RestoreMemento(PlayerMemento memento)
 {
     throw new NotImplementedException();
 }