Achievement

data class Achievement(val name: String, val id: Short, val date: Long)

An achievement that a character has acquired.

Constructors

Link copied to clipboard
constructor(name: String, id: Short, date: Long)

Properties

Link copied to clipboard
val date: Long

The date that the achievement was acquired in Unix time.

Link copied to clipboard
val id: Short

The ID of the achievement.

Link copied to clipboard

The name of the achievement.