SuusQuest

@Serializable
data class SuusQuest(val talkedToNpc: Boolean? = null, val lastToyDrop: Long? = null, val lastCompletion: Long? = null)

Constructors

Link copied to clipboard
constructor(talkedToNpc: Boolean? = null, lastToyDrop: Long? = null, lastCompletion: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "last_completion")
val lastCompletion: Long? = null
Link copied to clipboard
@SerialName(value = "last_toy_drop")
val lastToyDrop: Long? = null
Link copied to clipboard
@SerialName(value = "talked_to_npc")
val talkedToNpc: Boolean? = null