示例#1
0
 public void ComputeStats()
 {
     sexe              = (Sexe)Random.Range(0, 2);
     alimentation      = torso.GetAlimentation();
     force             = torso.GetForce();
     vitesse           = torso.GetVitesse();
     satiete           = torso.GetSatiete();
     maturationTemps   = torso.GetMaturationTemps();
     cycleReproduction = torso.GetCycleReproduction();
     poids             = torso.GetPoids();
 }