炸弹id
parent
c010b09b78
commit
9c4d61065b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue