神树配置表字段添加

back_recharge
duhui 2020-12-15 15:02:44 +08:00
parent 8916a76543
commit 5fce8f9920
1 changed files with 11 additions and 2 deletions

View File

@ -24,6 +24,9 @@ public class SJewelConfig implements BaseConfig {
private int[][] rankupResources;
private int godHoodPool;
private int godHoodMaxlv;
@Override
public void init() throws Exception {
@ -67,5 +70,11 @@ public class SJewelConfig implements BaseConfig {
return rankupResources;
}
public int getGodHoodPool() {
return godHoodPool;
}
public int getGodHoodMaxlv() {
return godHoodMaxlv;
}
}