feat(model): BoosterType enum

This commit is contained in:
2026-06-18 12:07:19 +09:00
parent e7cd079a5d
commit 6592b44387
+5
View File
@@ -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 }