public static int TalentPosition(this Talent talent) => talent.TierId * 3 + talent.ColumnIndex + 1;
Ejemplo n.º 2
0
 public SpellTalentSpec(Talent talent)
 {
     Talent = talent.TalentPosition();
     Spec   = (ClassSpec)talent.SpecId;
 }