This commit is contained in:
GG Z
2026-01-02 16:37:37 +08:00
parent 4df4ce1e6a
commit 0e9db9a2b9
80 changed files with 1846 additions and 4570 deletions

View File

@@ -4,8 +4,8 @@ namespace RevitLess
/// <summary>An enumerate to list Revit Platform Type. </summary>
public enum PlatformType
{
x86,
x64,
X86,
X64,
Unknown
}
}