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