Introduce codec

This commit is contained in:
2026-09-04 16:55:56 +08:00
parent 1d6012ea23
commit 5e4f877a4a
22 files changed
+375 -101

No files matched your search

+1
View File
@@ -6,6 +6,7 @@ rootProject.name = "libmc"
includeSubModule(":common")
includeSubModule(":mcping")
includeSubModule(":rconlib")
includeSubModule(":nbt")
fun includeSubModule(name: String) = include(name).also {
project(name).projectDir = file("libmc-${name.removePrefix(":")}")