Add shops plugin

Thanks to tlf30 for a lot of work on this.
This commit is contained in:
Major
2017-09-23 04:12:08 +01:00
parent 6d202abbc2
commit 52c25946b9
6 changed files with 808 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
plugin {
name = "shops"
packageName = "org.apollo.game.plugin.shops"
authors = [
"Stuart",
"Major",
"tlf30"
]
dependencies = [
"util:lookup",
]
}