Example #1
0
 public float GetHP(UnitCreep unit)
 {
     return(mulHP >= 0 ? unit.GetFullHP() * mulHP : -1);
 }