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

    Interface GameUserPartial

    Raw data structure for a User within a game context.

    interface GameUserPartial {
        discordId: string;
        id: number;
        ign: string;
    }
    Index

    Properties

    Properties

    discordId: string
    id: number
    ign: string