Beispiel #1
0
 private void Start()
 {
     efeitoBola.SetActive(false);
     controller = FindObjectOfType <Areapontuacao>();
 }
Beispiel #2
0
 void Start()
 {
     points = FindObjectOfType <Areapontuacao>();
     StartCoroutine(WebCarregar());
 }