Esempio n. 1
0
 void Start()
 {
     foxHealth            = GetComponentInChildren <FoxHealth>();
     Attackhitbox         = GetComponentsInChildren <BoxCollider>()[1];
     Attackhitbox.enabled = false;
     pullEnemy            = FindObjectOfType <PullEnemy>();
     health = 30;
     NmaRemoveTarget();
 }
Esempio n. 2
0
 private void Start()
 {
     pullEnemy    = FindObjectOfType <PullEnemy>();
     PullToAnchor = FindObjectOfType <PullToAnchor>();
 }
Esempio n. 3
0
 void Start()
 {
     pullEnemy = FindObjectOfType <PullEnemy>();
     Health    = 30;
     NmaRemoveTarget();
 }