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

    Interface GameStartedPayload

    interface GameStartedPayload {
        gameId: number;
        players: GamePlayerPayload[];
        queueId: string;
    }
    Index

    Properties

    gameId: number
    queueId: string