Exemple #1
0
 void Fly()
 {
     sp.enabled = false;
     Invoke("Next", 5);
     myTrail.TailStart();
 }