feat(model): BoosterType enum
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// lib/game/models/booster.dart
|
||||
|
||||
/// The three boosters the player can earn and spend. Pure model so the data
|
||||
/// and state layers can both reference it without a Flutter dependency.
|
||||
enum BoosterType { hammer, shuffle, lineBomb }
|
||||
Reference in New Issue
Block a user