Interface LeaderboardPlayerClass

A class of a player on the leaderboard

interface LeaderboardPlayerClass {
    baseType: ClassBaseType;
    type: ClassType;
    uuid: string;
}

Properties

Properties

baseType: ClassBaseType

The base type of the class

type: ClassType

The type of the class

uuid: string

The uuid of the class

Generated using TypeDoc