2018-12-27 17:54:23 +08:00
|
|
|
rootProject.name = 'jieling-server'
|
|
|
|
include 'netty'
|
|
|
|
include 'serverlogic'
|
|
|
|
include 'hotfix'
|
|
|
|
include 'common'
|
2019-01-14 18:19:40 +08:00
|
|
|
include 'test'
|
|
|
|
include 'test'
|
2019-09-06 11:04:28 +08:00
|
|
|
include 'tablemanager'
|
|
|
|
include 'fightmanager'
|
2019-10-11 16:32:20 +08:00
|
|
|
include 'gamecommon'
|
2020-11-20 10:23:16 +08:00
|
|
|
include 'com.jieling'
|
|
|
|
include 'worldserver'
|
|
|
|
include 'globalid'
|
|
|
|
include 'globalidserver'
|
2018-12-27 17:54:23 +08:00
|
|
|
|