Esempio n. 1
0
 private void Engine_prestart() // ключ во 2 положении
 {
     if (!engine_state)
     {
         if (!info_system.Fuel_state())
         {
             info_system.Pre_start();
         }
         sound_source.Stop();
     }
     else
     {
         starter.Block(true);
     }
     StopCoroutine("Engine_starter_in_work");
 }