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