5 lines
107 B
Kotlin
5 lines
107 B
Kotlin
rootProject.name = "ServerUtils"
|
|
include("Common")
|
|
include("Bukkit")
|
|
include("Bungee")
|
|
include("Velocity")
|