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

    Interface DraftPlayerCache

    Cached information about a player during a draft session.

    interface DraftPlayerCache {
        discordId: string;
        elo: number;
        ign: string;
        isCaptain: boolean;
        score: number;
        userId: number;
    }
    Index

    Properties

    discordId: string
    elo: number
    ign: string
    isCaptain: boolean
    score: number
    userId: number