Ejemplo n.º 1
0
 void Start()
 {
     AllCards.Add(this);
     _audioLoop = GetComponent <RandomizedAudioLoop>();
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     looper = GetComponent <RandomizedAudioLoop>();
     GetComponent <SphereCollider>().isTrigger = true;
 }