mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 08:40:08 +00:00
Fix kotlin code style issues
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user