法宝任务添加

lvxinran 2019-09-14 11:27:32 +08:00
parent e401393677
commit fb8a4bcc70
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,8 @@ public class CumulationData {
public int consumeAction;//无尽消耗行动力
public Map<Integer,Integer> especialEquipStar = new HashMap<>();//法宝升到%s星级的数量为
//任务重置
@ -161,6 +163,7 @@ public class CumulationData {
monsterAttackTimes = 0;
toBeStronger = 0;
consumeAction = 0;
especialEquipStar.clear();
}
private void clearArray(int[] source){