Update lib/game/components/sparky_fire_zone.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/154/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent 63973b1062
commit 0b68e596b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ class ControlledSparkyBumper extends SparkyBumper
class _SparkyBumperController extends ComponentController<SparkyBumper>
with HasGameRef<PinballGame> {
/// {@macro sparky_bumper_controller}
_SparkyBumperController(SparkyBumper sparkyBumper) : super(sparkyBumper);
_SparkyBumperController(ControlledSparkyBumper controlledSparkyBumper) : super(controlledSparkyBumper);
/// Flag for activated state of the [SparkyBumper].
///

Loading…
Cancel
Save