Interface IDreamnailable
Interface used for receiving dreamnail events
Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IDreamnailable
Methods
| Edit this page View SourceDreamnailHit(Player)
Called when the player dreamnails this object. Returns how much soul to heal the player, or zero to not give any soul
Declaration
int DreamnailHit(Player player)
Parameters
Type | Name | Description |
---|---|---|
Player | player | the player that dreamnailed this object |
Returns
Type | Description |
---|---|
int | Returns how much soul to heal the player, or zero to not give any soul |