OutfitImage

@Serializable
data class OutfitImage(val outfitId: Int, val addons: Int) : BaseOutfit(source)

The currently selected outfit of a character in an Auction.

Constructors

Link copied to clipboard
constructor(outfitId: Int, addons: Int)

Properties

Link copied to clipboard
open override val addons: Int

The selected or unlocked addons.

Link copied to clipboard
open val imageUrl: String

The URL to the outfit's image.

Link copied to clipboard
open override val outfitId: Int

The internal ID of the outfit.