docs: more todos

This commit is contained in:
Ilia Denisov
2026-02-16 20:46:53 +02:00
parent da3a6022e5
commit 16e281cfd6
3 changed files with 9 additions and 0 deletions
+5
View File
@@ -102,6 +102,11 @@ func (c *Cache) InitReport(t uint) *mr.Report {
return report
}
/*
TODO: Включить в отчёт информацию об удалении? Или клиент будет отслеживать TTL?
За 5 ходов до принудительного удаления раса с каждым новым отчетом начинает получать предупреждение.
*/
func (c *Cache) ReportRace(ri int, rep *mr.Report, battles []*mr.BattleReport, bombings []*mr.Bombing) {
c.validateRaceIndex(ri)
r := &c.g.Race[ri]