Enum PawnPromotion
Represents the promotion of the pawn.
Namespace: ChessSharp.Pieces
Assembly: ChessSharp.dll
Syntax
public enum PawnPromotion
Fields
Name | Description |
---|---|
Bishop | Promote the pawn to a bishop. |
Knight | Promote the pawn to a knight. |
Queen | Promote the pawn to a queen. |
Rook | Promote the pawn to a rook. |