Exemple #1
0
 public static bool IsSkillCanLvUp(int petId, int talentId, int talentLv)
 {
     return(PetEvoGlobal.IsEnoughStar(petId, talentId) && PetEvoGlobal.IsSkillLvLessThanPetLv(petId, talentId));
 }