예제 #1
0
 // Use this for initialization
 void Start()
 {
     ai = shadowMan.GetComponent<Shadowman_AI>();
 }
예제 #2
0
 void Start()
 {
     movement = GetComponent<Shadowman_AI>();
 }