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