16 lines
309 B
Plaintext
16 lines
309 B
Plaintext
|
// PLEASE keep this sorted by importance
|
||
|
|
||
|
rootProject.name = "McGamerCore"
|
||
|
|
||
|
include("commons")
|
||
|
include("serverdata")
|
||
|
include("servercontroller")
|
||
|
include("proxy")
|
||
|
include("api")
|
||
|
include("core")
|
||
|
include("buildserver")
|
||
|
include("hub")
|
||
|
include("arcade")
|
||
|
include("skyblock")
|
||
|
include("discordbot")
|
||
|
include("testing")
|