Repackage player actions plugin

This commit is contained in:
Major-
2018-08-28 18:50:54 +01:00
parent c89179825c
commit 1a4724dcce
7 changed files with 7 additions and 9 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')
}