Files
apollo/game/plugin/entity/following/build.gradle
2017-09-16 20:40:17 +01:00

12 lines
238 B
Groovy

plugin {
name = "following"
packageName = "org.apollo.game.plugin.entity"
authors = [
"Gary Tierney",
]
dependencies = [
"entity:walk-to",
"util:command",
"entity:player-action",
]
}