BLACK_BISHOP constant

Piece const BLACK_BISHOP

Implementation

static const Piece BLACK_BISHOP =
    const Piece(BoardColor.BLACK, PieceType.BISHOP);