漏提交
parent
667c1a1845
commit
45d11881a1
|
@ -18,6 +18,8 @@ public class SHeroRankupGroup implements BaseConfig {
|
||||||
private int[] items;
|
private int[] items;
|
||||||
|
|
||||||
private int[][] itemCamp;
|
private int[][] itemCamp;
|
||||||
|
|
||||||
|
private int isSameJob;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init() throws Exception {
|
public void init() throws Exception {
|
||||||
|
@ -50,4 +52,8 @@ public class SHeroRankupGroup implements BaseConfig {
|
||||||
public int[][] getItemCamp() {
|
public int[][] getItemCamp() {
|
||||||
return itemCamp;
|
return itemCamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getIsSameJob() {
|
||||||
|
return isSameJob;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue