Exemplo n.º 1
0
 private IGameOverStrategy CreateNoStateStategy()
 {
     return(new NoAlive(_history.GetLastMemento()));
 }