神树配置表字段添加
parent
8916a76543
commit
5fce8f9920
|
@ -24,8 +24,11 @@ public class SJewelConfig implements BaseConfig {
|
||||||
|
|
||||||
private int[][] rankupResources;
|
private int[][] rankupResources;
|
||||||
|
|
||||||
|
private int godHoodPool;
|
||||||
@Override
|
|
||||||
|
private int godHoodMaxlv;
|
||||||
|
|
||||||
|
@Override
|
||||||
public void init() throws Exception {
|
public void init() throws Exception {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -67,5 +70,11 @@ public class SJewelConfig implements BaseConfig {
|
||||||
return rankupResources;
|
return rankupResources;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getGodHoodPool() {
|
||||||
|
return godHoodPool;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getGodHoodMaxlv() {
|
||||||
|
return godHoodMaxlv;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue