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

12 lines
145 B
Groovy

plugin {
name = "shops"
authors = [
"Stuart",
"Major",
"tlf30"
]
dependencies = [
"api",
]
}