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 {