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