diff --git a/lib/game/bloc/game_event.dart b/lib/game/bloc/game_event.dart index f3658ad6..b05c5336 100644 --- a/lib/game/bloc/game_event.dart +++ b/lib/game/bloc/game_event.dart @@ -18,16 +18,6 @@ class BallLost extends GameEvent { List get props => []; } -/// {@template bonus_ball_lost_game_event} -/// Event added when a user drops a bonus ball of the screen. -/// {@endtemplate} -class BonusBallLost extends GameEvent { - const BonusBallLost(); - - @override - List get props => []; -} - /// {@template scored_game_event} /// Event added when a user increases their score. /// {@endtemplate}