Collection

open class Collection(val name: String, val rewards: List<Reward>, val section: CollectionSection, val table: CollectionTable) : Serializable(source)

A single collection which contains different items and rewards

Constructors

Link copied to clipboard
constructor(name: String, rewards: List<Reward>, section: CollectionSection, table: CollectionTable)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard