public static new void AddMoves(PieceType type)
 {
     Elephant.AddMoves(type);
     Ferz.AddMoves(type);
 }
Ejemplo n.º 2
0
 public static new void AddMoves(PieceType type)
 {
     King.AddMoves(type);
     Elephant.AddMoves(type);
     Dabbabah.AddMoves(type);
 }
Ejemplo n.º 3
0
 public static new void AddMoves(PieceType type)
 {
     Wazir.AddMoves(type);
     Elephant.AddMoves(type);
 }