Add all packets handler

This commit is contained in:
2026-09-07 10:07:10 +08:00
parent d7300451f8
commit c0f9679090
25 files changed
+202 -105

No files matched your search

+1 -1
View File
@@ -10,7 +10,7 @@ includeSubModule(":rconlib")
includeSubModule(":protocol")
includeSubModule(":protocol-encrypt")
includeSubModule(":nbt")
includeSubModule(":snbt")
//includeSubModule(":snbt")
fun includeSubModule(name: String, path: String? = null) = include(name).also {
project(name).projectDir = file(path ?: "libmc-${name.removePrefix(":")}")