void Start()
 {
     Boss09 = gameObject.transform.parent.GetComponent <EndlessBoss09>();
 }
예제 #2
0
 void Start()
 {
     Boss09 = gameObject.transform.parent.GetComponent<EndlessBoss09>();
 }