Exemplo n.º 1
0
Arquivo: AI.cs Projeto: massiecb/330
 void Awake()
 {
     spawnPoint = transform.FindChild ("spawnPointFront").GetComponent<SpawnPointAI> ();
     spawnFwd = transform.FindChild ("spawnPointFront");
     spawnBck = transform.FindChild ("spawnPointBack");
 }
Exemplo n.º 2
0
Arquivo: AI.cs Projeto: massiecb/330
 void Awake()
 {
     spawnPoint = transform.FindChild("spawnPointFront").GetComponent <SpawnPointAI> ();
     spawnFwd   = transform.FindChild("spawnPointFront");
     spawnBck   = transform.FindChild("spawnPointBack");
 }