コード例 #1
0
ファイル: SearchEngine.cs プロジェクト: rayokota/carballo
 private int LastCapturedPieceValue(Board board)
 {
     return PieceValue(board.GetLastCapturedPiece());
 }