bfsCache

private val bfsCache: HashMap<Vector2, BFS>

Caches BFS by city locations (cities needing connecting).

key: The city to connect from as hex position.

value: The BFS searching from that city, whether successful or not.

Sources

jvm source
Link copied to clipboard