Default Skill Dataset
🎯 DefaultSkillDataset Class
The default dataset for all skills. It is recommended to create your own.
Namespace:
Esper.SkillWebInherits from:SkillDatasetType: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