예제 #1
0
파일: Player.cs 프로젝트: Liutabu/Tankiukai
 public void RestoreMemento(PlayerMemento memento)
 {
     Console.SetCursorPosition(0, 25);
     Console.WriteLine("Restoring state");
     this._health = memento.GetHealth();
     Statistic.GetInstance().Score().Clear();
 }
예제 #2
0
 public void RestoreMemento(PlayerMemento memento)
 {
     throw new NotImplementedException();
 }