Example #1
0
 public static Texture2D GetPetDisplayImage(PetInfo xInfo)
 {
     return PetCodex.GetPetDisplayImage(xInfo.enNPCType, xInfo.bySkin);
 }
Example #2
0
 public FoodInfo(PetInfo.PetBonus enBonusType, int iBonusValue)
 {
     this.enBonusType = enBonusType;
     this.iBonusValue = iBonusValue;
 }