big test rc
This commit is contained in:
@@ -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 user’s team (Players[0]=red, Players[1]=blue) */
|
||||
your_team?: 'red' | 'blue' | null;
|
||||
|
||||
Reference in New Issue
Block a user