feat: moge groups in hyperspace
This commit is contained in:
@@ -70,3 +70,7 @@ func (c *Cache) RaceTechLevel(ri int, t game.Tech, v float64) {
|
||||
func (c *Cache) ListRouteEligibleGroupIds(pn uint) iter.Seq[int] {
|
||||
return c.listRouteEligibleGroupIds(pn)
|
||||
}
|
||||
|
||||
func (c *Cache) ListMoveableGroupIds() iter.Seq[int] {
|
||||
return c.listMoveableGroupIds()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user