back_recharge
jiahuiwen 2019-06-25 18:06:16 +08:00
parent c010b09b78
commit 9c4d61065b
1 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,11 @@ public class STrialSetting implements BaseConfig{
*/
private int rebornTimes;
/**
* id
*/
private int bombId;
public int getId() {
return id;
}
@ -34,4 +39,8 @@ public class STrialSetting implements BaseConfig{
public int getRebornTimes() {
return rebornTimes;
}
public int getBombId() {
return bombId;
}
}