Class BuffEventData
ECA event data carrying the buff involved in an apply or remove event.
public class BuffEventData : EventData
- Inheritance
-
BuffEventData
- Inherited Members
Constructors
BuffEventData(ICharacter, Buff)
Creates a new BuffEventData.
public BuffEventData(ICharacter initiator, Buff buff)
Parameters
initiatorICharacterThe character whose buff state changed.
buffBuffThe buff that was applied or removed.
Properties
Buff
The buff that was applied or removed.
public Buff Buff { get; }