Enum EffectCategory
An enum which represents the categories of an effect.
[Flags]
public enum EffectCategory
- Extension Methods
Fields
None = 0Represents an uncategorized effect.
Positive = 1Represents an effect with a positive player impact.
Negative = 2Represents an effect with a negative player impact.
Movement = 4Represents an effect which modifies a player's movement speed.
Harmful = 8Represents an effect which deals damage to a player over time.