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 -1
View File
@@ -39,7 +39,7 @@ const (
StateLaunched ShipGroupState = "Launched"
StateInSpace ShipGroupState = "In_Space"
StateUpgrade ShipGroupState = "Upgrade"
StateTransfer ShipGroupState = "Transfer"
StateTransfer ShipGroupState = "Transfer" // TODO: Группы будут передаваться мгновенно в начале производства хода
)
func (sgs ShipGroupState) String() string {