Exemple #1
0
 public static void StartTimer()
 {
     instance.StartCoroutine(Timer());
     // Debug.Log("StartTimer");
 }