package land type MoveableObject interface { Move(deltaX int64, deltaY int64) SlideByVelocity() }