attach method
- ControlledEffect effect
override
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
@override
void attach(ControlledEffect effect) => child.attach(effect);