Beispiel #1
0
 // Start is called before the first frame update
 void Start()
 {
     bookCounter = GameObject.FindGameObjectWithTag("BookCounter").GetComponent <dragNet>();
 }
Beispiel #2
0
 // Start is called before the first frame update
 void Start()
 {
     particles.SetActive(false);
     bookCounter = GameObject.FindGameObjectWithTag("BookCounter").GetComponent <dragNet>();
 }