添加项目文件。

This commit is contained in:
GG Z
2026-02-23 16:55:57 +08:00
parent 0c41863aee
commit 34cc0e88c6
44 changed files with 6362 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
using System;
namespace IFC_Revit_Interop
{
// Token: 0x02000015 RID: 21
internal class LinkInstance
{
// Token: 0x04000071 RID: 113
public string fileName;
// Token: 0x04000072 RID: 114
public string attachmentType;
// Token: 0x04000073 RID: 115
public MyTransform transform;
}
}