コード例 #1
0
ファイル: MoveExtensions.cs プロジェクト: clivic/ChessLib
 private static string ToUci(Move move, MoveGenerator moveGenerator = null) => move.ToString();
コード例 #2
0
ファイル: MoveExtensions.cs プロジェクト: raphaelbg/ChessLib
 private static string ToUci(Move move, IPosition pos = null) => move.ToString();