PlayerCollection

data class PlayerCollection(var lvl: Int, var total: Int) : Serializable(source)

An object that stores player's progress for a certain collection

Constructors

Link copied to clipboard
constructor(lvl: Int, total: Int)

Properties

Link copied to clipboard
var lvl: Int
Link copied to clipboard
var total: Int