예제 #1
0
파일: PetCodex.cs 프로젝트: ancientgods/SoG
 public static Texture2D GetPetDisplayImage(PetInfo xInfo)
 {
     return PetCodex.GetPetDisplayImage(xInfo.enNPCType, xInfo.bySkin);
 }
예제 #2
0
파일: PetCodex.cs 프로젝트: ancientgods/SoG
 public FoodInfo(PetInfo.PetBonus enBonusType, int iBonusValue)
 {
     this.enBonusType = enBonusType;
     this.iBonusValue = iBonusValue;
 }