attach method

  1. @override
void attach(
  1. 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) {}