fix conf
parent
a8104095d0
commit
3b950da80e
|
|
@ -56,6 +56,12 @@ public class SChallengeConfig implements BaseConfig {
|
|||
|
||||
private int sweepingStoreId;
|
||||
|
||||
private int[][] sweepingMonsterProbability;
|
||||
|
||||
private int sweepingMonsterId;
|
||||
|
||||
|
||||
|
||||
|
||||
public int getId() {
|
||||
return id;
|
||||
|
|
@ -112,4 +118,12 @@ public class SChallengeConfig implements BaseConfig {
|
|||
public int getSweepingStoreId() {
|
||||
return sweepingStoreId;
|
||||
}
|
||||
|
||||
public int[][] getSweepingMonsterProbability() {
|
||||
return sweepingMonsterProbability;
|
||||
}
|
||||
|
||||
public int getSweepingMonsterId() {
|
||||
return sweepingMonsterId;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue