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

    Interface DraftPoolPlayerPayload

    Represents a player available to be picked in the draft pool.

    interface DraftPoolPlayerPayload {
        discordId: string;
        ign: string;
        score: number;
        userId: number;
    }
    Index

    Properties

    discordId: string
    ign: string
    score: number
    userId: number