This commit is contained in:
React User
2026-05-04 08:50:50 +00:00
parent 146510ddeb
commit b104d35a9d
140 changed files with 685 additions and 6289 deletions
+2
View File
@@ -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 users team (Players[0]=red, Players[1]=blue) */
your_team?: 'red' | 'blue' | null;
}