RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface GameStartPickPayload

    interface GameStartPickPayload {
        gameId: number;
        isFinished: boolean;
        pool: DraftPoolPlayerPayload[];
        queueId: string;
        secondsPerTurn: number;
        teams: DraftTeamPayload[];
        turnTeamIndex: number | null;
    }

    Hierarchy

    Index

    Properties

    gameId: number
    isFinished: boolean
    queueId: string
    secondsPerTurn: number
    turnTeamIndex: number | null