From f2d3c653d1e9494e70671759ee3b66ba45bc4713 Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 24 Mar 2022 16:13:44 +0000 Subject: [PATCH] chore: rebase --- lib/game/components/flutter_forest.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/game/components/flutter_forest.dart b/lib/game/components/flutter_forest.dart index 377299b7..9e7dd472 100644 --- a/lib/game/components/flutter_forest.dart +++ b/lib/game/components/flutter_forest.dart @@ -74,9 +74,7 @@ abstract class DashNestBumper extends BodyComponent final String id; } -/// {@template bottom_wall_ball_contact_callback} -/// Listens when a [Ball] bounces against a [DashNestBumper]. -/// {@endtemplate} +/// Listens when a [Ball] bounces bounces against a [DashNestBumper]. @visibleForTesting class DashNestBumperBallContactCallback extends ContactCallback {