diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index c1f10ecc..f4fa2a87 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -97,6 +97,7 @@ class GameState extends Equatable { List get props => [ score, balls, + bonusBalls, activatedBonusLetters, activatedDashNests, bonusHistory,