Class SkillManager
Manager for handling custom skills added to the game.
Inherited Members
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public class SkillManager
Properties
Name | Description |
---|---|
Instance | Global singleton instance of the manager. |
Methods
Name | Description |
---|---|
AddSkill(SkillConfig) | Add a new skill with given SkillConfig object. |
AddSkillsFromJson(string) | Adds skills defined in a JSON file at given path, relative to BepInEx/plugins |
GetSkill(SkillType) | Gets a custom skill with given SkillType. |
GetSkill(string) | Gets a custom skill with given skill identifier. |