Materia

@Serializable
data class Materia(val slotId: Byte, val materiaId: Int)

Constructors

Link copied to clipboard
constructor(slotId: Byte, materiaId: Int)

Properties

Link copied to clipboard
@SerialName(value = "materiaID")
val materiaId: Int

The materia item ID.

Link copied to clipboard
@SerialName(value = "slotID")
val slotId: Byte

The materia slot.