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

    Interface GamePlayerPayload

    Represents a player currently active in a game instance.

    interface GamePlayerPayload {
        discordId: string;
        ign: string;
        team: number;
        userId: number;
    }
    Index

    Properties

    discordId: string
    ign: string
    team: number
    userId: number