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