app
app
/
Commands
/
MoveCommand
Move
Command
class
MoveCommand
(
actor
:
Moveable
,
direction
:
Direction
)
:
Command
Constructors
Functions
Constructors
Move
Command
Link copied to clipboard
fun
MoveCommand
(
actor
:
Moveable
,
direction
:
Direction
)
Functions
exec
Link copied to clipboard
open
override
fun
exec
(
)
undo
Link copied to clipboard
open
override
fun
undo
(
)