From 43f3e47f8724efca00f875353880c51e8b27f8c4 Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 7 Mar 2022 12:47:39 +0000 Subject: [PATCH] feat: explicitely imported Anchor --- lib/game/components/plunger.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/plunger.dart b/lib/game/components/plunger.dart index ed1ef36f..364fc35e 100644 --- a/lib/game/components/plunger.dart +++ b/lib/game/components/plunger.dart @@ -1,5 +1,5 @@ import 'package:flame_forge2d/flame_forge2d.dart'; -import 'package:pinball/game/game.dart'; +import 'package:pinball/game/game.dart' show Anchor; /// {@template plunger} /// [Plunger] serves as a spring, that shoots the ball on the right side of the