Method Heal
Heal(int)
Creates a heal effect that will heal the object it is applied to by the specified damage amount.
public static Effect Heal(int damageToHeal)
Parameters
damageToHealintThe amount of damage to heal.
Creates a heal effect that will heal the object it is applied to by the specified damage amount.
public static Effect Heal(int damageToHeal)
damageToHeal intThe amount of damage to heal.