diff --git a/lib/game/components/sparky_fire_zone.dart b/lib/game/components/sparky_fire_zone.dart index 51a93e0c..7ceb11c9 100644 --- a/lib/game/components/sparky_fire_zone.dart +++ b/lib/game/components/sparky_fire_zone.dart @@ -24,7 +24,7 @@ class ControlledSparkyBumper extends SparkyBumper class _SparkyBumperController extends ComponentController with HasGameRef { /// {@macro sparky_bumper_controller} - _SparkyBumperController(SparkyBumper sparkyBumper) : super(sparkyBumper); + _SparkyBumperController(ControlledSparkyBumper controlledSparkyBumper) : super(controlledSparkyBumper); /// Flag for activated state of the [SparkyBumper]. ///