Port NBT impl from LibAC Dart
This commit is contained in:
parent
0a022634c1
commit
ad7b619706
55 changed files with 3226 additions and 2983 deletions
8
NBT/API/InvalidNbtDataException.cs
Normal file
8
NBT/API/InvalidNbtDataException.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System;
|
||||
|
||||
namespace LibAC.NBT.API
|
||||
{
|
||||
public class InvalidNbtDataException : Exception
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue