This commit is contained in:
API runner
2026-09-04 19:11:49 +00:00
parent b933f09187
commit 3d063af9ae
130 changed files with 4876 additions and 53 deletions
+2
View File
@@ -45,6 +45,8 @@ export interface Room {
InitTime: number;
/** Internal runtime flag: whether the dedicated process has already been started. */
instance_started?: boolean;
/** Both clients connected and entry fees collected — GET / may detach after this. */
both_connected?: boolean;
/** Row id in public.matches; game server uses this with X-Dedicated-Server-Secret */
match_id?: number;
/** RC entry fee for this match (matches `public.matches.entry_fee`). */