Function veloren_rtsim::rule::npc_ai::path_between_towns

source ยท
fn path_between_towns(
    start: SiteId,
    end: SiteId,
    sites: &Sites,
    world: &World,
) -> Option<PathData<(Id<Track>, bool), SiteId>>