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
@@ -7,7 +7,7 @@ allprojects {
group = "cn.rtast.libmc"
val libVersion = getProperty("libVersion")
version = when (name) {
"protocol" -> "${getProperty("protocolVersion")}-$libVersion"
"protocol" -> getProperty("protocolVersion")
else -> libVersion
}