Example #1
0
 public static bool HasTalent(MonkTalents tal)
 {
     return TalentManager.IsSelected((int)tal);
 }
Example #2
0
 public static bool HasTalent(MonkTalents tal)
 {
     return(TalentManager.IsSelected((int)tal));
 }