Exemplo n.º 1
0
    // Start is called before the first frame update
    void Start()
    {
        nameText.text = bossName;

        startBattle       = false;
        isDead            = false;
        vulnerableCounter = vulnerableTime;
        ability           = GetComponent <EnemyAbilityes>();
        bh   = GetComponent <BossHealth>();
        anim = GetComponent <enemyAnimationManager>();
    }
Exemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     anim = GetComponent <enemyAnimationManager>();
     entrace.SetActive(false);
     robotActivetor.SetActive(false);
 }
Exemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     anim = GetComponent <enemyAnimationManager>();
 }
Exemplo n.º 4
0
 // Start is called before the first frame update
 void Start()
 {
     enAnimMan     = GetComponent <enemyAnimationManager>();
     attackCounter = attackTime;
 }