Ejemplo n.º 1
0
 /// <summary>Centers the range interval of the child on the parent stat.</summary>
 Interval Darwinate(Interval parentRange, float parentStat)
 {
     return(parentRange.CenterOn(parentStat));
 }