Fix duplicate field in School interface and update event panel description in design documentation. Adjusted reviewed phase details for clarity and accuracy.
ci / server (push) Failing after 3m42s
ci / client (push) Successful in 18s

This commit is contained in:
Leonid Pershin
2026-08-20 01:58:37 +03:00
parent 418a4eaec2
commit bdb1253fdb
3 changed files with 27 additions and 3 deletions
-1
View File
@@ -10,7 +10,6 @@ export interface School {
readonly gameTime: string;
readonly running: boolean;
readonly speedIndex: number;
readonly speedIndex: number;
readonly modIds?: readonly string[];
/** Roster generator seed. Independent of `id`; share it to recreate the same people. */
readonly seed: number;