Exemple #1
0
 public IMoveFindingStartegy SmartAlphaBeta()
 {
     return(_rawMoveFinders.SmartAlphaBeta().EnsureMoveIsValid());
 }