Example #1
0
    void HideHealthBar()
    {
        //stop firing
        laser.StopFiring();

        //Debug.Log("Hide Health");
        healthBar.enabled = false;
        applyDamage       = false;
    }