Exemple #1
0
 void onSuc()
 {
     Debug.Log("download succes!");
     if (suc != null)
     {
         suc.Invoke(help.FilePath);
     }
 }