interface MatchData {
    gamemode: string;
    modename: string;
    rb: RB;
    rrb: null | RRB;
}

Properties

Properties

gamemode: string
modename: string
rb: RB
rrb: null | RRB