Adds in SNBT Editing support

This commit is contained in:
zontreck 2024-07-02 20:13:02 -07:00
parent dc6dffc3ba
commit 410bde4c70
10 changed files with 107 additions and 13 deletions

5
lib/SessionData.dart Normal file
View file

@ -0,0 +1,5 @@
import 'package:libac_dart/nbt/impl/CompoundTag.dart';
class SessionData {
static CompoundTag ROOT_TAG = CompoundTag();
}