LibAC-dart/lib/consts.dart

5 lines
163 B
Dart

class Constants {
static const VERSION = "1.4.052725+1328";
static const NBT_REVISION = "1.4.052725+1328";
static const ARGS_REVISION = "1.4.012225+0413";
}