字典:解析export

This commit is contained in:
luying
2021-05-29 17:57:38 +08:00
parent b075dcfcd4
commit 6f61993f55
10 changed files with 17 additions and 16 deletions

View File

@@ -448,7 +448,7 @@ export function getPvpBoxs() {
}
export function getResultMaxRank() {
return gameData.pvpRankMax;
return gameData.pvpRankMax.max;
}
export function getStructureConsume(structureId: number, level: number) {