Fix compile errors, begin to make NBT serialization binary compatible with other NBT libraries
This commit is contained in:
parent
246579f9d2
commit
724f9aaa8c
4 changed files with 88 additions and 12 deletions
1
Tools.cs
1
Tools.cs
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Numerics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue