7 lines
144 B
Kotlin
7 lines
144 B
Kotlin
rootProject.name = "stargate"
|
|
|
|
include(":stargate-common")
|
|
include(":stargate-paper")
|
|
include(":stargate-velocity")
|
|
include(":stargate-bungee")
|