Exemplo n.º 1
0
 void LED1()
 {
     if (!leding)
     {
         return;
     }
     motor.onLed();
     Invoke("LED2", 0.25f);
 }