Goal

@Serializable
data class Goal(val active: String, val complete: String)

Information about a quest's goal.

Parameters

active

the text displayed for the quest step if it is active

complete

the text displayed for the quest step if it is complete

Constructors

Link copied to clipboard
constructor(active: String, complete: String)

Properties

Link copied to clipboard

This field holds the text displayed for the quest step if it is active.

Link copied to clipboard

This field holds the text displayed for the quest step if it is complete.