docs: more todos

This commit is contained in:
IliaDenisov
2026-02-16 18:03:10 +02:00
parent e3a3a71e88
commit da3a6022e5
+3
View File
@@ -171,6 +171,9 @@ func (c *Cache) listRoutedSendGroupIds(pn uint) iter.Seq[int] {
}
// Невозможно лишь выгрузить колонистов на чужой планете.
/*
TODO: Очерёдность выгрузки согласно правилам
*/
func (c *Cache) TurnUnloadEnroutedGroups() {
for i := range c.g.Map.Planet {
p := &c.g.Map.Planet[i]