Example #1
0
 public Pawn(Board board, Color color, ChessPlay play) : base(board, color)
 {
     this.play = play;
 }
Example #2
0
 public King(Board b, Color color, ChessPlay play) : base(b, color)
 {
     this.play = play;
 }