Port Fishing plugin to kotlin (#347)

This also fixes a bunch of bugs.
This commit is contained in:
Trevor Flynn
2017-09-23 18:00:38 -07:00
committed by Major
parent 64ee653423
commit 01f2bdda58
4 changed files with 506 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
plugin {
name = "fishing_skill"
packageName = "org.apollo.game.plugin.skills.fishing"
authors = [
"Linux",
"Major",
"tlf30"
]
dependencies = [
"util:lookup", "entity:spawn", "api"
]
}