public static new void AddMoves(PieceType type)
 {
     Rook.AddMoves(type);
     Bishop.AddMoves(type);
 }
예제 #2
0
 public static new void AddMoves(PieceType type)
 {
     Rook.AddMoves(type);
     Knight.AddMoves(type);
 }
 public static new void AddMoves(PieceType type)
 {
     Rook.AddMoves(type);
     Ferz.AddMoves(type);
 }