refactor: removed unnecessary keyhandler

pull/152/head
RuiAlonso 4 years ago
parent c11f5467a6
commit ca795a13a5

@ -99,10 +99,7 @@ class PinballGame extends Forge2DGame
} }
class _GameBallsController extends ComponentController<PinballGame> class _GameBallsController extends ComponentController<PinballGame>
with with BlocComponent<GameBloc, GameState>, HasGameRef<PinballGame> {
BlocComponent<GameBloc, GameState>,
HasGameRef<PinballGame>,
KeyboardHandler {
_GameBallsController(PinballGame game) : super(game); _GameBallsController(PinballGame game) : super(game);
late final Plunger _plunger; late final Plunger _plunger;

Loading…
Cancel
Save