Files
apollo/game/plugin/entity/spawn/build.gradle
T
Major 8fe09880b7 Remove util:lookup plugin
Behaviour moved into the api plugin.
2018-04-08 16:19:48 +01:00

9 lines
120 B
Groovy

plugin {
name = "spawning"
authors = [
"Gary Tierney",
]
dependencies = [
"api",
]
}