GenericLevelStatus

data class GenericLevelStatus(val level: Int, val targetLevel: Int? = null)

Current level and optional target during transition.

Constructors

Link copied to clipboard
constructor(level: Int, targetLevel: Int? = null)

Properties

Link copied to clipboard
val level: Int
Link copied to clipboard