Skip to content

Commit 6b7ea59

Browse files
committed
Added import and export for native int nodes.
1 parent c61bae4 commit 6b7ea59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ReClass.NET/DataExchange/ReClass/ReClassNetFile.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Diagnostics.Contracts;
44
using System.Linq;
@@ -54,13 +54,15 @@ static ReClassNetFile()
5454
typeof(Int16Node),
5555
typeof(Int32Node),
5656
typeof(Int64Node),
57+
typeof(NIntNode),
5758
typeof(Matrix3x3Node),
5859
typeof(Matrix3x4Node),
5960
typeof(Matrix4x4Node),
6061
typeof(UInt8Node),
6162
typeof(UInt16Node),
6263
typeof(UInt32Node),
6364
typeof(UInt64Node),
65+
typeof(NUIntNode),
6466
typeof(Utf8TextNode),
6567
typeof(Utf8TextPtrNode),
6668
typeof(Utf16TextNode),

0 commit comments

Comments
 (0)