master_zzxx
grimm 2024-05-22 18:23:40 +08:00
parent b3e2ccf2b7
commit af1b9c065a
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
private int type;
private double price;
private int[][] otherBuy;
private int[][] OtherBuy1;
private int[][] otherBuy1;
private int[][] firstMultiple;
private int[] continuedMultiple;
private int[][] baseReward;
@ -128,7 +128,7 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
}
public int[][] getOtherBuy1() {
return OtherBuy1;
return otherBuy1;
}
public int getAccumulativeRecharge() { return accumulativeRecharge; }