Default Skill Dataset
π― DefaultSkillDataset Class
The default dataset for all skills. It is recommended to create your own.
Namespace:
Esper.SkillWeb
Inherits from:SkillDataset
Type:class
π¦ Fields
Access
Field
Type
Description
public
skillType
SkillType
The skill type.
public
description
string
The skill's description.
π§° Methods
Access
Method
Returns
Description
public
GetDescription()
string
Gets the skill's description.
public
GetName()
string
Gets the skill's name.
public
GetSubtext()
string
Gets the skill type as string.
π§© Nested Enums
public enum SkillType
The type of skill.
Value
Description
Passive
Passive skill.
Active
Active skill.
Last updated