Ejemplo n.º 1
0
 public static new void AddMoves(PieceType type)
 {
     King.AddMoves(type);
     Elephant.AddMoves(type);
     Dabbabah.AddMoves(type);
 }
Ejemplo n.º 2
0
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Dabbabah.AddMoves(type);
 }
 public static new void AddMoves(PieceType type)
 {
     Knight.AddMoves(type);
     Wazir.AddMoves(type);
     Dabbabah.AddMoves(type);
 }
Ejemplo n.º 4
0
 public static new void AddMoves(PieceType type)
 {
     Ferz.AddMoves(type);
     Dabbabah.AddMoves(type);
     Tribbabah.AddMoves(type);
 }