Example #1
0
 public General(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }
Example #2
0
 public Cannon(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }
Example #3
0
 public King(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }