mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Added basic multiplayer lobby support
This commit is contained in:
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user