public static new void AddMoves(PieceType type) { King.AddMoves(type); Elephant.AddMoves(type); Dabbabah.AddMoves(type); }
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); }
public static new void AddMoves(PieceType type) { Ferz.AddMoves(type); Dabbabah.AddMoves(type); Tribbabah.AddMoves(type); }