Ejemplo n.º 1
0
 public SpeciesStat()
 {
     Stats = new double[0][];
     Breeding = new SpeciesStatBreeding();
 }
Ejemplo n.º 2
0
 public SpeciesStat()
 {
     Stats           = new double[0][];
     StatImprintMult = new double[0];
     Breeding        = new SpeciesStatBreeding();
 }