Update lib/game/components/alien_zone.dart

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

@ -36,7 +36,7 @@ class AlienZone extends Component with HasGameRef<PinballGame> {
}
/// {@template controlled_alien_bumper}
/// [SparkyBumper] with [_AlienBumperController] attached.
/// [AlienBumper] with [_AlienBumperController] attached.
/// {@endtemplate}
class ControlledAlienBumper extends AlienBumper
with Controls<_AlienBumperController>, ScorePoints {

Loading…
Cancel
Save