Пример #1
0
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Knight.AddMoves(type);
 }
 public static new void AddMoves(PieceType type)
 {
     Rook.AddMoves(type);
     Bishop.AddMoves(type);
 }
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Nightrider.AddMoves(type);
 }
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Wazir.AddMoves(type);
 }
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Camel.AddMoves(type);
 }
Пример #6
0
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Dabbabah.AddMoves(type);
 }