big test rc

This commit is contained in:
React User
2026-06-02 07:48:41 +00:00
parent 04b3463b19
commit c7d89471ef
236 changed files with 14480 additions and 64 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ 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`). */
/** Net RC to the winner after per-entry bet fee (derived from `entry_fee` and settings `bet_fee`). */
rc_prize?: number;
/** Only on GET / responses: authenticated users team (Players[0]=red, Players[1]=blue) */
your_team?: 'red' | 'blue' | null;