Fix compile errors, begin to make NBT serialization binary compatible with other NBT libraries

This commit is contained in:
Tara 2023-01-02 18:21:03 -07:00
parent 246579f9d2
commit 724f9aaa8c
4 changed files with 88 additions and 12 deletions

View file

@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Runtime.InteropServices;