Update lib/game/bloc/game_event.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/213/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent aeee5ec516
commit 904e1f2f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ class SparkyTurboChargeActivated extends GameEvent {
} }
/// {@template multiplier_increased_game_event} /// {@template multiplier_increased_game_event}
/// Event added when multiplier is being increased. /// Added when a multiplier is gained.
/// {@endtemplate} /// {@endtemplate}
class MultiplierIncreased extends GameEvent { class MultiplierIncreased extends GameEvent {
/// {@macro multiplier_increased_game_event} /// {@macro multiplier_increased_game_event}

Loading…
Cancel
Save