back_recharge
wangyuan 2019-04-10 10:19:02 +08:00
parent 894c9e7267
commit a17ef696d3
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class SItem implements BaseConfig {
private boolean isopen;
private int isSave;
private int[] heroStar;
private int ifopen;
@Override
public void init() throws Exception {
@ -78,4 +79,8 @@ public class SItem implements BaseConfig {
public int[] getHeroStar() {
return heroStar;
}
public int getIfopen() {
return ifopen;
}
}