Strategická: Překlep v API

This commit is contained in:
Jiří Kalvoda 2022-09-12 17:47:00 +02:00
parent 3cb438254b
commit 20a418e932

View file

@ -21,7 +21,7 @@ Stav:
type: "soldier" # Pro budoucí rozšiřování
team: <int>
id: <int> # Unikátní číslo v rámci týmu
reaming_rounds: <int> # vždy > 0
remaining_rounds: <int> # vždy > 0
}]
}]]
}
@ -94,7 +94,7 @@ Metadata
width_per_team: <int>
# S možnou změnou
initial_reaming_rounds: <int>
initial_remaining_rounds: <int>
born_per_round: <List[int]> # pro každý tah počet, pokud je kratší, uvažujeme cyklicky
}
```