ProfileAchievements

data class ProfileAchievements(val achievements: Map<Short, Achievement>, val total: Short, val points: Short)

The achievements that a character has acquired.

Constructors

Link copied to clipboard
constructor(achievements: Map<Short, Achievement>, total: Short, points: Short)

Properties

Link copied to clipboard

A Map of achievement ID's to Achievement.

Link copied to clipboard

The amount of achievement points that a character has acquired.

Link copied to clipboard

The amount of achievements that a character has acquired.