Exemplo n.º 1
0
    void Start()
    {
        healthBar    = GetComponent <healthTracker>();
        targets      = new List <mobBase>();
        attackTime   = 0;
        statusEffect = new MobEffect
        {
            duration = 2
        };

        updateDelay = 10;
    }
Exemplo n.º 2
0
 public void addMobEffect(MobEffect effect)
 {
     mobEffectList.Add(effect);
 }