From fe9e6ae5c465ffc66aaf8be5fa24afae9273697b Mon Sep 17 00:00:00 2001 From: Erick Date: Thu, 24 Mar 2022 09:14:08 -0300 Subject: [PATCH] Update lib/game/components/ball.dart Co-authored-by: Alejandro Santiago --- lib/game/components/ball.dart | 1 + 1 file changed, 1 insertion(+) 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; }