Table of Contents

Class BuffEventData

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

initiator ICharacter

The character whose buff state changed.

buff Buff

The buff that was applied or removed.

Properties

Buff

The buff that was applied or removed.

public Buff Buff { get; }

Property Value

Buff