商店表
parent
bcb2d8411e
commit
bcf27e16f9
|
@ -42,6 +42,8 @@ public class SStoreConfig implements BaseConfig {
|
|||
|
||||
private int[][] extraAdd;
|
||||
|
||||
private int[] openPrivilege;
|
||||
|
||||
|
||||
@Override
|
||||
public void init() throws Exception {
|
||||
|
@ -120,4 +122,8 @@ public class SStoreConfig implements BaseConfig {
|
|||
public int[][] getExtraAdd() {
|
||||
return extraAdd;
|
||||
}
|
||||
|
||||
public int[] getOpenPrivilege() {
|
||||
return openPrivilege;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue