예제 #1
0
파일: sword.cs 프로젝트: rdg7739/493Game
 void Awake()
 {
     playerCtrl = transform.root.GetComponent<ninjaCont>();
 }
예제 #2
0
 void Awake()
 {
     tempTime = Time.time;
     playerCtrl = transform.root.GetComponent<ninjaCont>();
 }