diff --git a/lib/game/components/ball.dart b/lib/game/components/ball.dart index 63f2db38..756a8a97 100644 --- a/lib/game/components/ball.dart +++ b/lib/game/components/ball.dart @@ -48,6 +48,7 @@ class BallController extends Component with HasGameRef { /// Adds helper methods to the [Ball] extension BallX on Ball { /// Returns the controller instance of the ball + // TODO(erickzanardo): Remove the need of an extension. BallController get controller { return children.whereType().first; }