Method AddSkill
| Improve this Doc View SourceAddSkill(SkillConfig)
Add a new skill with given SkillConfig object.
Declaration
public Skills.SkillType AddSkill(SkillConfig skillConfig)
Parameters
Type | Name | Description |
---|---|---|
SkillConfig | skillConfig | SkillConfig object representing new skill to register |
Returns
Type | Description |
---|---|
SkillType | The SkillType of the newly added skill |