EffectHandlerType ​
Represents the type of effect handler.
Kind: Enum
Namespace: CrowdControl.Games.SmartEffects
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
EffectHandlerType
Instant
Represents an effect that is applied instantly.
EffectHandlerType
Durational
Represents an effect that is applied over a duration.
EffectHandlerType
BidWar
Represents an effect that is applied as a bid war.
Enums
EffectHandlerType
[Instant = 0, Durational = 1, BidWar = 2]Represents the type of effect handler.
