Type alias ErUserPlayedCharacterStatResource

ErUserPlayedCharacterStatResource: {
    averageRank: number;
    characterCode: number;
    maxKillings: number;
    top3: number;
    top3Rate: number;
    totalGames: number;
    usages: number;
    wins: number;
}

Type declaration

  • averageRank: number

    The average placement

  • characterCode: number

    The character identifier

  • maxKillings: number

    The highest kill streak in this season

  • top3: number

    The count of third placement or above

  • top3Rate: number

    The rate of third placement or above

  • totalGames: number

    The count of cumulative played games with the character

  • usages: number

    The count of cumulative played games with the character

  • wins: number

    The count of first placement

Generated using TypeDoc