Example #1
0
 public float GetDistFromDestination()
 {
     return(unitC != null?unitC._GetDistFromDestination() : 0);
 }