コード例 #1
0
        public static bool DoRoute(CarRoutingComponent ths, Route r)
        {
            bool flag = RoutingComponentEx.DoRoute(ths, r);

            ths.mOwnerVehicle.IdleAudio(true);
            return(flag);
        }
コード例 #2
0
 public static bool DoRoute(CarRoutingComponent ths, Route r)
 {
     bool flag = RoutingComponentEx.DoRoute(ths, r);
     ths.mOwnerVehicle.IdleAudio(true);
     return flag;
 }