rematch
This commit is contained in:
@@ -47,6 +47,8 @@ export interface Room {
|
||||
instance_started?: 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`). */
|
||||
entry_fee?: number;
|
||||
/** Only on GET / responses: authenticated user’s team (Players[0]=red, Players[1]=blue) */
|
||||
your_team?: 'red' | 'blue' | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user