Class QuestRequirement#
Defined in File QuestRequirement.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ModelBase
(Class ModelBase)
Class Documentation#
- class xbe.sdk.Models.QuestRequirement : xbe.sdk.ModelBase#
Defines a single requirement that must be met to fulfill a quest.
Properties
- string Type { get; set; }#
The unique identifier that will be used to match telemetry events. // resolve.
- string Title { get; set; }#
The textual title or name of the requirement.
- string Description { get; set; }#
The textual description of the requirement.
- string Icon { get; set; }#
The icon to display when representing the requirement.
- int Value { get; set; }#
The value that must be met in order for the requirement to be fulfilled.
Public Static Functions
- new QuestRequirement Parse (string json)#
Parses the given JSON encoded string into a new QuestRequirement instance.
- Param json:
- Return: