コード例 #1
0
ファイル: Client.cs プロジェクト: happy-bits/design-patterns
 public void Undo()
 {
     _state = _timeMachine.Undo(_state);
 }