PieceType.chancellor constructor

PieceType.chancellor()

Moves and captures like a rook or a knight.

Implementation

factory PieceType.chancellor() => PieceType.fromBetza('RN', value: 900);