economy and rematch

This commit is contained in:
React User
2026-05-04 12:54:30 +00:00
parent b104d35a9d
commit a09b33e158
8 changed files with 181 additions and 16 deletions
+2
View File
@@ -49,6 +49,8 @@ export interface Room {
match_id?: number;
/** RC entry fee for this match (matches `public.matches.entry_fee`). */
entry_fee?: number;
/** Net RC prize pool for the winner after server fee (derived from `entry_fee`). */
rc_prize?: number;
/** Only on GET / responses: authenticated users team (Players[0]=red, Players[1]=blue) */
your_team?: 'red' | 'blue' | null;
}