mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
6 lines
249 B
Kotlin
6 lines
249 B
Kotlin
package org.apollo.game.plugin.entity.actions
|
|
|
|
import org.apollo.game.model.entity.Player
|
|
import org.apollo.game.model.event.PlayerEvent
|
|
|
|
class PlayerActionEvent(player: Player, val target: Player, val action: PlayerActionType) : PlayerEvent(player) |