OutfitEntry

@Serializable
data class OutfitEntry(val name: String, val outfitId: Int, val addons: Int) : BaseOutfit(source)

An outfit owned or unlocked by a character in an Auction.

Constructors

Link copied to clipboard
constructor(name: String, 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

The name of the outfit.

Link copied to clipboard
open override val outfitId: Int

The internal ID of the outfit.