Exemplo n.º 1
0
 public Trend(eTrend name, eAttribute mainAttribute, eAttribute secondaryAttribute, string description)
 {
     m_name               = name;
     m_mainAttribute      = mainAttribute;
     m_secondaryAttribute = secondaryAttribute;
     m_description        = "OMG! so much " + mainAttribute + "!!!1!";
 }
Exemplo n.º 2
0
 public Trend(eTrend name, eAttribute mainAttribute, eAttribute secondaryAttribute, Sprite set, Sprite icon)
 {
     m_name               = name;
     m_mainAttribute      = mainAttribute;
     m_secondaryAttribute = secondaryAttribute;
     m_description        = "OMG! so much " + name.ToString() + " potential!!!1!";
     TX_set               = set;
     TX_attribute         = icon;
 }
Exemplo n.º 3
0
 public SkillJobKindAttribute(eAttribute inFolderRoot)
 {
     folderRoot = inFolderRoot;
 }