mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
6 lines
125 B
Dart
6 lines
125 B
Dart
|
import 'package:libac_dart/nbt/impl/CompoundTag.dart';
|
||
|
|
||
|
class SessionData {
|
||
|
static CompoundTag ROOT_TAG = CompoundTag();
|
||
|
}
|