Esempio n. 1
0
 void WaveText(int i)
 {
     if (wts != null)
     {
         StartCoroutine(wts.fadeText(i));
     }
 }