back_recharge
wangyuan 2019-07-19 15:46:09 +08:00
parent a8104095d0
commit 3b950da80e
1 changed files with 14 additions and 0 deletions

View File

@ -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;
}
}