docs: more todos

This commit is contained in:
IliaDenisov
2026-02-14 17:52:15 +02:00
parent 0ab3147bdd
commit e3a3a71e88
7 changed files with 59 additions and 24 deletions
+1
View File
@@ -12,6 +12,7 @@ type LocalPlanet struct {
Colonists Float `json:"colonists"` // COL C - Количество колонистов
Production string `json:"production"`
FreeIndustry Float `json:"freeInductry"` // Параметр "L" - Свободный производственный потенциал
// TODO: FreeIndustry - неактуальная информация, т.к. модернизация происходит в процессе производства хода
}
type UninhabitedPlanet struct {