Example #1
0
 private GameSkill GetSkill(string skillName)
 {
     return(WrmChargenCommon.GetFirstPriorityMatch(skillName, gameSkills));
 }
Example #2
0
 private GameRace GetRace(string raceName)
 {
     return(WrmChargenCommon.GetFirstPriorityMatch(raceName, gameRaces));
 }
Example #3
0
 private Talent GetTalent(string talentName)
 {
     return(WrmChargenCommon.GetFirstPriorityMatch(talentName, talents));
 }