LevelRequirement

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

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: Int, max: Int)

Properties

Link copied to clipboard
val max: Int

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

Link copied to clipboard
val min: Int

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