SkillMgr.SkillMgr C# (CSharp) Method

SkillMgr() public method

public SkillMgr ( ) : System.Collections
return System.Collections
    public SkillMgr()
    {
        skills = new List<SkillBase>();
    }