Class SkillsLookUp
Inheritance
System.Object
SkillsLookUp
Assembly: Eco.Gameplay.dll
Syntax
public class SkillsLookUp : Object
Constructors
SkillsLookUp()
Declaration
Fields
Declaration
public static Dictionary<Type, Type> SkillScrollToSkillbook
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, System.Type> |
|
SkillToResearchSkillReq
Declaration
public Dictionary<Type, List<RequiresSkillAttribute>> SkillToResearchSkillReq
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.List<RequiresSkillAttribute>> |
|
SkillToRootTree
Declaration
public Dictionary<Type, SkillTree> SkillToRootTree
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, SkillTree> |
|
SkillToSkillBook
Declaration
public static Dictionary<Type, Type> SkillToSkillBook
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, System.Type> |
|
SkillToSkillReq
Declaration
public Dictionary<Type, RequiresSkillAttribute> SkillToSkillReq
Field Value
Declaration
public static Dictionary<Type, Type> SkillToSkillScroll
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, System.Type> |
|
SkillToSkillTree
Declaration
public Dictionary<Type, SkillTree> SkillToSkillTree
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, SkillTree> |
|
SkillToSpecialityTree
Declaration
public Dictionary<Type, SkillTree> SkillToSpecialityTree
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, SkillTree> |
|
Extension Methods