public static bool DoRoute(CarRoutingComponent ths, Route r) { bool flag = RoutingComponentEx.DoRoute(ths, r); ths.mOwnerVehicle.IdleAudio(true); return(flag); }
public static bool DoRoute(CarRoutingComponent ths, Route r) { bool flag = RoutingComponentEx.DoRoute(ths, r); ths.mOwnerVehicle.IdleAudio(true); return flag; }