商店条件添加
parent
173458590b
commit
0f2bb15952
|
@ -44,6 +44,8 @@ public class SStoreConfig implements BaseConfig {
|
||||||
|
|
||||||
private int[] openPrivilege;
|
private int[] openPrivilege;
|
||||||
|
|
||||||
|
private int[] buyRule;
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init() throws Exception {
|
public void init() throws Exception {
|
||||||
|
@ -126,4 +128,8 @@ public class SStoreConfig implements BaseConfig {
|
||||||
public int[] getOpenPrivilege() {
|
public int[] getOpenPrivilege() {
|
||||||
return openPrivilege;
|
return openPrivilege;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int[] getBuyRule() {
|
||||||
|
return buyRule;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue