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