CharacterNavigation

fun CharacterNavigation(    spaceEngineers: SpaceEngineers,     pathFinder: PathFinder<BlockId, Vec3F, String, String>,     movement: CharacterMovement = VectorMovement(spaceEngineers))