예제 #1
0
파일: Player.cs 프로젝트: kknet/Heliko
 // Use this for initialization
 void Start()
 {
     bc = this.sn.GetComponent <BPMControlor> ();
 }
예제 #2
0
 // Use this for initialization
 void Start()
 {
     anim = GetComponent <Animator>();
     bc   = bpmControlor.GetComponent <BPMControlor> ();
 }