Interface IHealable
- Namespace
- ElectricDrill.AstraHealth.Heal
- Assembly
- com.electricdrill.astra-health.Runtime.dll
Interface for entities that can receive healing. Implementers apply healing based on the provided PreHealContext.
public interface IHealable
Methods
Heal(PreHealContext)
Apply a heal described by context and return information about the received heal.
ReceivedHealContext Heal(PreHealContext context)
Parameters
contextPreHealContextPre-heal context used to compute the actual heal applied.
Returns
- ReceivedHealContext
A ReceivedHealContext describing what was actually applied to the target.