Exemplo n.º 1
0
 public General(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }
Exemplo n.º 2
0
 public Cannon(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }
Exemplo n.º 3
0
 public King(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }