Exemple #1
0
 private static string ToUci(Move move, MoveGenerator moveGenerator = null) => move.ToString();
Exemple #2
0
 private static string ToUci(Move move, IPosition pos = null) => move.ToString();