Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     bc = this.sn.GetComponent <BPMControlor> ();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     anim = GetComponent <Animator>();
     bc   = bpmControlor.GetComponent <BPMControlor> ();
 }