MoveCommand

class MoveCommand(actor: Moveable, direction: Direction) : Command

Constructors

Link copied to clipboard
fun MoveCommand(actor: Moveable, direction: Direction)

Functions

Link copied to clipboard
open override fun exec()
Link copied to clipboard
open override fun undo()