LevelRequirement

@Serializable
data class LevelRequirement(val min: Long, val max: Long)

Information about the level requirement of a daily achievement.

Parameters

min

the minimum level for a character to the daily achievement

max

the maximum level for a character to the daily achievement

Constructors

Link copied to clipboard
constructor(min: Long, max: Long)

Properties

Link copied to clipboard
val max: Long

This field holds the maximum level for a character to the daily achievement.

Link copied to clipboard
val min: Long

This field holds the minimum level for a character to the daily achievement.