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