Beispiel #1
0
 public static bool IsSkillLvLessThanPetLv(int petId, int talentId)
 {
     return(PetEvoGlobal.GetSkillLv(petId, talentId) < PetEvoGlobal.GetPetLv(petId));
 }