添加刷新消耗

This commit is contained in:
luying
2021-01-08 16:41:24 +08:00
parent 12f308f0f5
commit e17ed4cd47
10 changed files with 66 additions and 23 deletions
@@ -11,7 +11,7 @@ export interface DicHeroRewads {
}
const str = readJsonFile(FILENAME.DIC_PVP_RANK_REWARD);
const str = readJsonFile(FILENAME.DIC_PVP_HERO_REWARD);
let arr = JSON.parse(str);
export const dicHeroRewads = new Array<DicHeroRewads>();