SkillInterpreter
A middleman to help run your own methods when a skill is used with Skill Tree.
Inherits from MonoBehaviour.
Properties
Name | Description | Type |
---|---|---|
interpreters | A list of interpreters. | List<SkillInterpretation> |
Methods
RegisterInterpreter
Registers an interpreter.
Parameters
Name | Description | Type |
---|---|---|
interpreter | An interpreter. | SkillInterpretation |
Last updated