Beispiel #1
0
 public ChessPiecePawn(ChessBoard board, EChessSide side, int row, int col) :
     base(board, side, Type.PAWN, row, col)
 {
 }