添加项目文件。

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,15 @@
using System;
using System.Collections.Generic;
namespace IFC_Revit_Interop
{
// Token: 0x02000016 RID: 22
internal class FileLinkInfo
{
// Token: 0x04000074 RID: 116
public string fileName;
// Token: 0x04000075 RID: 117
public List<LinkInstance> linkInstances;
}
}