refactor: removed unused ParentIsA

pull/234/head
alestiago 3 years ago
parent 5019fe1701
commit 4176afb683

@ -3,10 +3,8 @@ import 'dart:async';
import 'package:flame/components.dart';
import 'package:pinball/game/game.dart';
import 'package:pinball_components/pinball_components.dart';
import 'package:pinball_flame/pinball_flame.dart';
class BonusBehaviour extends Component
with HasGameRef<PinballGame>, ParentIsA<GoogleWord> {
class BonusBehaviour extends Component with HasGameRef<PinballGame> {
BonusBehaviour(
Iterable<GoogleLetter> googleLetters,
) : _googleLetters = googleLetters;

Loading…
Cancel
Save