Quest
@Serializable
Constructors
Link copied to clipboard
constructor(id: String? = null, name: String? = null, description: String? = null, rewards: List<QuestReward>? = null, objectives: List<QuestObjective>? = null, requirements: List<QuestRequirement>? = null)