Example #1
0
 public float GetSH(UnitCreep unit)
 {
     return(mulSH >= 0 ? unit.GetFullSH() * mulSH : -1);
 }