Example #1
0
 public float GetSpd(UnitCreep unit)
 {
     return(mulSpd >= 0 ? unit.GetSpeed() * mulSpd : -1);
 }