public static new void AddMoves(PieceType type) { Rook.AddMoves(type); Bishop.AddMoves(type); }
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); }