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