武将养成系统分类

This commit is contained in:
mamengke01
2020-12-11 16:08:13 +08:00
parent cc5e378d58
commit f83f57e118
2 changed files with 12 additions and 8 deletions

View File

@@ -21,7 +21,11 @@ export const ACTION_POIN = {
MAX: 100000,
PER: 6 * 60 * 1000
};
//武将养成系统分类
export const HERO_SYSTEM_TYPE = {
STAR:1,
};
export const BATTLE_REWARD_TYPE = {
FIX_REWARD: 1,
CONDITION_REWARD: 2,