back_recharge
wangyuan 2019-09-04 15:01:44 +08:00
parent ea6a775a3b
commit aa316cc206
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ public class SBloodyBattleSetting implements BaseConfig {
private int[][] mineralId;
private int baseScore;
private int extraDiscount;
private Map<Integer,int[]> debuffMap;
private Map<Integer,int[]> monsterIndexMap;