神树配置表字段添加
parent
8916a76543
commit
5fce8f9920
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue