Class QuestProgress#
Defined in File QuestProgress.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ModelBase
(Class ModelBase)
Class Documentation#
- class xbe.sdk.Models.QuestProgress : xbe.sdk.ModelBase#
Tracks the persona’s progress of a single requirement for a given quest.
Properties
- string Type { get; set; }#
The requirement type of the quest being tracked.
- object Value { get; set; }#
The current value of the player’s progress.
Public Static Functions
- new QuestProgress Parse (string json)#
Parses the given JSON encoded string into a new QuestProgress instance.
- Param json:
- Return: