feat: WIP: multiplayer

This commit is contained in:
huanghongxun
2021-09-06 00:45:25 +08:00
parent c844a77f02
commit d521d10a85
13 changed files with 394 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ mainClassName = 'org.jackhuang.hmcl.Main'
dependencies {
implementation project(":HMCLCore")
implementation project(":JSTUN")
implementation rootProject.files("lib/JFoenix.jar")
}