Added basic multiplayer lobby support

This commit is contained in:
Collin Smith
2019-01-16 20:42:46 -08:00
parent 07fb7819e3
commit d75fa8661c
11 changed files with 604 additions and 12 deletions

View File

@ -188,6 +188,7 @@ project(":server") {
dependencies {
compile project(":core")
compile group: 'commons-cli', name: 'commons-cli', version: cliVersion
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'
}
}