Triangle.js Docs
    Preparing search index...

    Interface MatchData

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

    Properties

    Properties

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