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