Class SkillConfig
Configuration class for custom skills
Inheritance
System.Object
SkillConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: JotunnLib.Entities
Assembly: JotunnLib.dll
Syntax
public class SkillConfig
Properties
| Improve this Doc View SourceDescription
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Icon
Declaration
public Sprite Icon { get; set; }
Property Value
Type | Description |
---|---|
Sprite |
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IncreaseStep
Declaration
public float IncreaseStep { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UID
Declaration
public Skills.SkillType UID { get; }
Property Value
Type | Description |
---|---|
Skills.SkillType |