feat: enroute groups

This commit is contained in:
Ilia Denisov
2026-01-16 22:20:27 +02:00
parent 16aba8435d
commit 741a5f726b
8 changed files with 299 additions and 9 deletions
@@ -66,3 +66,7 @@ func (c *Cache) PutMaterial(pn uint, v float64) {
func (c *Cache) RaceTechLevel(ri int, t game.Tech, v float64) {
c.raceTechLevel(ri, t, v)
}
func (c *Cache) ListRouteEligibleGroupIds(pn uint) iter.Seq[int] {
return c.listRouteEligibleGroupIds(pn)
}