Exemple #1
0
 public void StartLoading()
 {
     LS.StopAllCoroutines();
     StartCoroutine(LS.FadeToBlack());
     StartCoroutine(Load());
 }