Refactor mining to use async actions

This commit is contained in:
Gary Tierney
2017-09-17 03:10:15 +01:00
parent a54485e263
commit 0dc6879bdc
7 changed files with 221 additions and 233 deletions
+14
View File
@@ -0,0 +1,14 @@
name = "mining-skill"
package = "org.apollo.game.plugin.skills.mining"
authors = [
"Graham",
"Mikey`",
"WH:II:DOW",
"Requa",
"Clifton",
"tlf30"
]
[config]
srcDir = "src/"
testDir = "test/"