Rename walk-to to pathing

This commit is contained in:
Major-
2018-08-28 19:32:26 +01:00
parent 1a4724dcce
commit abc4dc3a76
4 changed files with 84 additions and 67 deletions
+10
View File
@@ -0,0 +1,10 @@
apply plugin: 'kotlin'
dependencies {
implementation project(':game')
implementation project(':cache')
implementation project(':net')
implementation project(':util')
testImplementation project(':game:plugin-testing')
}