Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     ambushCat = GetComponent<NavMeshAgent> ();
     home = GetComponent<HomingCat>();
     home.enabled = false;
     arrived = true;
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     ambushCat    = GetComponent <NavMeshAgent> ();
     home         = GetComponent <HomingCat>();
     home.enabled = false;
     arrived      = true;
 }