Example #1
0
 public BreedRecord(int id, string malelook, string femalelook, List<int> malecolors, List<int> femalecolors, short startlifepoints, short startprospecting,
     BreedStatField spforintelligence,BreedStatField spforagility,BreedStatField spforstrenght,BreedStatField spforvitality,BreedStatField spforwisdom,BreedStatField spforchance)
 {
     this.Id = id;
     this.MaleLook = malelook;
     this.FemaleLook = femalelook;
     this.MaleColors = malecolors;
     this.FemaleColors = femalecolors;
     this.StartLifePoints = startlifepoints;
     this.StartProspecting = startprospecting;
     this.SPForIntelligence = spforintelligence;
     this.SPForAgility = spforagility;
     this.SPForStrenght = spforstrenght;
     this.SPForVitality = spforvitality;
     this.SPForWisdom = spforwisdom;
     this.SPForChance = spforchance;
 }
Example #2
0
 public BreedRecord(int id, string malelook, string femalelook, List <int> malecolors, List <int> femalecolors, short startlifepoints, short startprospecting,
                    BreedStatField spforintelligence, BreedStatField spforagility, BreedStatField spforstrenght, BreedStatField spforvitality, BreedStatField spforwisdom, BreedStatField spforchance)
 {
     this.Id                = id;
     this.MaleLook          = malelook;
     this.FemaleLook        = femalelook;
     this.MaleColors        = malecolors;
     this.FemaleColors      = femalecolors;
     this.StartLifePoints   = startlifepoints;
     this.StartProspecting  = startprospecting;
     this.SPForIntelligence = spforintelligence;
     this.SPForAgility      = spforagility;
     this.SPForStrenght     = spforstrenght;
     this.SPForVitality     = spforvitality;
     this.SPForWisdom       = spforwisdom;
     this.SPForChance       = spforchance;
 }