Ejemplo n.º 1
0
    private void OnEnable()
    {
        zombieBT = zombieAI.CreateBehaviorTree(this);

        healthPoint = maxHealthPoint;

        UpdateHealthBar(healthPoint);
    }