Exemplo n.º 1
0
 void Start()
 {
     enemyAI = transform.parent.GetComponent <ThugEnemyAI>();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     enemyAI    = transform.parent.GetComponent <ThugEnemyAI>();
     bulletPool = GameObject.Find("BulletPool").transform;
 }
Exemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     enemyAI = GetComponent <ThugEnemyAI>();
 }