示例#1
0
 private int LastCapturedPieceValue(Board board)
 {
     return PieceValue(board.GetLastCapturedPiece());
 }