コード例 #1
0
 private IGameOverStrategy CreateNoStateStategy()
 {
     return(new NoAlive(_history.GetLastMemento()));
 }