MongoOwnedPet

data class MongoOwnedPet(val id: String, val rarity: Rarity, val level: Int, val overflow: Double, val skin: String?) : MongoRepr<StoredPet> (source)

Constructors

Link copied to clipboard
constructor(id: String, rarity: Rarity, level: Int, overflow: Double, skin: String?)

Properties

Link copied to clipboard
open override val actual: StoredPet

Gets actual representation of this object

Link copied to clipboard
val id: String
Link copied to clipboard
val level: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val skin: String?