Ported prayer plugin to kotlin

This commit is contained in:
Trevor Flynn
2017-12-29 20:15:42 -10:00
committed by Gary Tierney
parent 9c4eff712e
commit 94783da9e5
3 changed files with 138 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
plugin {
name = "prayer_skill"
packageName = "org.apollo.game.plugin.skills.prayer"
authors = [
"Major",
"010253",
"tlf30"
]
dependencies = [
"util:lookup", "api"
]
}