Added in Primary and Secondary bool variables
This commit is contained in:
@@ -9,6 +9,7 @@ public class Skill // class, not struct
|
||||
public SkillType skillType;
|
||||
public enum SkillTier { Novice, Apprentice, Journeyman, Expert, Master }
|
||||
public SkillTier skillTier;
|
||||
public bool primarySkill, secondarySkill;
|
||||
public int level;
|
||||
|
||||
private static readonly Dictionary<SkillType, string> Descriptions = new Dictionary<SkillType, string>
|
||||
|
||||
Reference in New Issue
Block a user