FamiliarEntry

@Serializable
data class FamiliarEntry(val name: String, val familiarId: Int)(source)

A familiar of an Auction character.

Constructors

Link copied to clipboard
constructor(name: String, familiarId: Int)

Properties

Link copied to clipboard

The internal ID of the familiar.

Link copied to clipboard

The URL to the familiar's image.

Link copied to clipboard

The name of the familiar.