예제 #1
0
 public General(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }
예제 #2
0
 public Cannon(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }
예제 #3
0
파일: King.cs 프로젝트: BruceQiu1996/Chess
 public King(ChessPoint point, Chessboard board, bool isRed)
     : base(point, board, isRed)
 {
 }