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

    Interface GameCancelledPayload

    interface GameCancelledPayload {
        gameId: number;
        reason: string;
    }
    Index

    Properties

    Properties

    gameId: number
    reason: string