attach abstract method
- ControlledEffect effect
Called once, when this controller's effect is constructed.
Implementations should generally just propagate this to their child(ren),
unless they have something interesting to do with the effect, as in the
case of the SpeedEffectController.
Implementation
void attach(ControlledEffect effect);