漏提交

back_recharge
yuanshuai 2021-11-02 10:28:26 +08:00
parent 667c1a1845
commit 45d11881a1
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,8 @@ public class SHeroRankupGroup implements BaseConfig {
private int[] items;
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;
}
}