商店条件添加

back_recharge
lvxinran 2020-06-01 21:11:15 +08:00
parent 173458590b
commit 0f2bb15952
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}
}