Effects
BaseEffectManager handling effects such as footprints, finger prints, letter/words
Instance Count & Life Span
Each effect has a life span of 60 seconds, defined in GhostAI
and max instance count of 25, defined in BaseEffectManager's MAX_EFFECT_INSTANCE_COUNT.
After the max instance count is reached, the oldest effects will be replaced by new ones (pooling effect).
Last updated