Exemplo n.º 1
0
 public float GetDistanceMovedCreep()
 {
     return(unitC != null?unitC.GetDistanceMoved() : 0);
 }