Delegate TakeHealthProxy
Called when health is taken from the player
Namespace: Modding.Delegates
Assembly: HollowKnight.dll
Syntax
public delegate int TakeHealthProxy(int damage)
Parameters
Type | Name | Description |
---|---|---|
int | damage | Amount of Damage |
Returns
Type | Description |
---|---|
int | Modified Damaged |