Class SkillRequirementProgress

Class SkillRequirementProgress#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.SkillRequirementProgress : xbe.sdk.ModelBase#

Tracks the persona’s progress of a single requirement for a given skill.

Public Functions

SkillRequirementProgress ()#
SkillRequirementProgress (Object obj)

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: