Files
apollo/game/plugin/entity/following/build.gradle
T
2018-04-08 05:15:48 +01:00

10 lines
164 B
Groovy

plugin {
name = "following"
authors = [
"Gary Tierney",
]
dependencies = [
"entity:walk-to",
"entity:player-action",
]
}