Delegate OnDeath
Delegate meant for when a combatant dies.
Namespace: Fibula.Mechanics.Contracts.Delegates
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public delegate void OnDeath(ICombatant combatant);
Parameters
Type | Name | Description |
---|---|---|
ICombatant | combatant | The combatant that died. |