HealDamage()

public void HealDamage(int healingAmt)
    {
        energy.isDamage = false; energy.isHealing = true;
        energy.CurrentHealth = healingAmt;
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *