Ejemplo n.º 1
0
 public float GetAttrValuePercent(string attribute, Stats target)
 {
     return(this.GetAttrValue(attribute, target) / this.GetAttrMaxValue(attribute, target));
 }