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