Interface PlayerLevelRankings

A player's level rankings

interface PlayerLevelRankings {
    combined: PlayerTotalLevelRankings;
    solo: PlayerSoloLevelRankings;
}

Properties

Properties

The level rankings for combined levels across all classes

The level rankings for single class levels

Generated using TypeDoc