mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Repackage player actions plugin
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation project(':game')
|
||||
implementation project(':cache')
|
||||
implementation project(':net')
|
||||
implementation project(':util')
|
||||
implementation project(':game:plugin:entity:walk-to')
|
||||
implementation project(':game:plugin:entity:player-action')
|
||||
implementation project(':game:plugin:entity:actions')
|
||||
testImplementation project(':game:plugin-testing')
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import org.apollo.game.plugin.entity.player_action.PlayerActionEvent
|
||||
import org.apollo.game.plugin.entity.player_action.PlayerActionType
|
||||
import org.apollo.game.plugin.entity.actions.PlayerActionEvent
|
||||
import org.apollo.game.plugin.entity.actions.PlayerActionType
|
||||
import org.apollo.plugin.entity.following.FollowAction
|
||||
|
||||
on_player_event { PlayerActionEvent::class }
|
||||
|
||||
Reference in New Issue
Block a user