Example #1
0
 public History GetStateForMove(int moveNumber)
 {
     return(_boardState.GetStateForMove(moveNumber));
 }