Files
apollo/game/plugin/entity/following/build.gradle
T
2017-09-16 18:49:06 +01:00

12 lines
234 B
Groovy

apolloPlugin {
name = "following"
packageName = "org.apollo.game.plugin.entity"
authors = [
"Gary Tierney",
]
dependencies = [
"walkto",
"command_utilities",
"player_action",
]
}