SlayerLevel

class SlayerLevel(val level: Int, val overflow: Double, val collectedRewards: List<Int>, val rng: HashMap<SlayerType, RngStatus>) : Serializable(source)

Constructors

Link copied to clipboard
constructor(level: Int, overflow: Double, collectedRewards: List<Int>, rng: HashMap<SlayerType, RngStatus>)

Properties

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