Files
apollo/game/plugin/entity/following/build.gradle
2018-08-28 19:32:26 +01:00

12 lines
356 B
Groovy

apply plugin: 'kotlin'
dependencies {
implementation project(':game')
implementation project(':cache')
implementation project(':net')
implementation project(':util')
implementation project(':game:plugin:entity:pathing')
implementation project(':game:plugin:entity:actions')
testImplementation project(':game:plugin-testing')
}