云梦祈福结构修改

back_recharge
lvxinran 2019-07-23 11:18:44 +08:00
parent 060e554809
commit ea89394c70
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ public class SBlessingRewardPool implements BaseConfig {
private int poolId;
private int[][] reward;
private int[] reward;
private int initializeWeight;
@ -35,7 +35,7 @@ public class SBlessingRewardPool implements BaseConfig {
return poolId;
}
public int[][] getReward() {
public int[] getReward() {
return reward;
}