fluffychat/lib/pangea/constants/analytics_constants.dart

5 lines
146 B
Dart

class AnalyticsConstants {
static const int xpPerLevel = 2000;
static const int vocabUseMaxXP = 30;
static const int morphUseMaxXP = 500;
}