Class QuestJsonElementStateConfiguration
- Namespace
- Uncreated.Warfare.Configuration
- Assembly
- Uncreated.Warfare.dll
public class QuestJsonElementStateConfiguration : IQuestStateConfiguration
- Inheritance
-
QuestJsonElementStateConfiguration
- Implements
-
- Inherited Members
-
Constructors
QuestJsonElementStateConfiguration(JsonElement, Type)
public QuestJsonElementStateConfiguration(JsonElement element, Type templateType)
Parameters
element JsonElement
templateType Type
Properties
TemplateType
public Type TemplateType { get; }
Property Value
- Type
Methods
GetValue(string)
public string? GetValue(string key)
Parameters
key string
Returns
- string
ParseBooleanValue(string, bool)
public bool ParseBooleanValue(string key, bool @default = false)
Parameters
key string
default bool
Returns
- bool