We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61bae4 commit 6b7ea59Copy full SHA for 6b7ea59
ReClass.NET/DataExchange/ReClass/ReClassNetFile.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.Collections.Generic;
3
using System.Diagnostics.Contracts;
4
using System.Linq;
@@ -54,13 +54,15 @@ static ReClassNetFile()
54
typeof(Int16Node),
55
typeof(Int32Node),
56
typeof(Int64Node),
57
+ typeof(NIntNode),
58
typeof(Matrix3x3Node),
59
typeof(Matrix3x4Node),
60
typeof(Matrix4x4Node),
61
typeof(UInt8Node),
62
typeof(UInt16Node),
63
typeof(UInt32Node),
64
typeof(UInt64Node),
65
+ typeof(NUIntNode),
66
typeof(Utf8TextNode),
67
typeof(Utf8TextPtrNode),
68
typeof(Utf16TextNode),
0 commit comments