FragmentProgressEntry

@Serializable
data class FragmentProgressEntry(val grade: Int, val effect: String, val modType: String)(source)

Represents the progress of a fragment in an auctioned character's details.

Constructors

Link copied to clipboard
constructor(grade: Int, effect: String, modType: String)

Properties

Link copied to clipboard

The effect associated with the fragment.

Link copied to clipboard
val grade: Int

The grade of the fragment.

Link copied to clipboard

The type of mod of the fragment.