283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
7 lines
149 B
C#
7 lines
149 B
C#
namespace Autodesk.Revit.DB.Structure;
|
|
|
|
public partial class LineLoadType : Autodesk.Revit.DB.Structure.LoadTypeBase
|
|
{
|
|
public LineLoadType() { }
|
|
}
|