Interface SeasonRank

An object with data about a guilds season placement

interface SeasonRank {
    finalTerritories: number;
    rating: number;
    season: number;
}

Properties

finalTerritories: number

The amount of territories the guild had at the end of the season

rating: number

The Season Rating (SR) the guild had at the end of the season

season: number

The number of the season

Generated using TypeDoc