Example #1
0
 public void Undo()
 {
     _state = _timeMachine.Undo(_state);
 }