sync
This commit is contained in:
@@ -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`). */
|
||||
|
||||
Reference in New Issue
Block a user