Update lib/game/bloc/game_state.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/23/head
Erick 2 years ago committed by GitHub
parent df2ce91b06
commit de25974f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ class GameState extends Equatable {
/// When the number of balls is 0, the game is over.
final int balls;
/// Active bonus letters
/// Active bonus letters.
final List<String> bonusLetter;
/// Determines when the game is over.

Loading…
Cancel
Save