WHITE_QUEEN constant

Piece const WHITE_QUEEN

Implementation

static const Piece WHITE_QUEEN =
    const Piece(BoardColor.WHITE, PieceType.QUEEN);