Delegate BetterEvents.DeflectEvent
A creature deflects a spell event
Namespace: Wully.Events
Assembly: !BetterMods.dll
Syntax
public delegate void DeflectEvent(Creature source, Item item, Creature target);
Parameters
| Type | Name | Description |
|---|---|---|
| ThunderRoad.Creature | source | |
| ThunderRoad.Item | item | |
| ThunderRoad.Creature | target |