Adds in SNBT Editing support
This commit is contained in:
parent
dc6dffc3ba
commit
410bde4c70
10 changed files with 107 additions and 13 deletions
5
lib/SessionData.dart
Normal file
5
lib/SessionData.dart
Normal file
|
@ -0,0 +1,5 @@
|
|||
import 'package:libac_dart/nbt/impl/CompoundTag.dart';
|
||||
|
||||
class SessionData {
|
||||
static CompoundTag ROOT_TAG = CompoundTag();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue