小兵遣散发送招募奖励
parent
50ef248574
commit
4a1c06bb24
|
@ -13,7 +13,7 @@ public class SSoldiersLotteryConfig implements BaseConfig {
|
|||
|
||||
private int[] soldiers;
|
||||
|
||||
private int[] giveSoldiers;
|
||||
private int[][] giveSoldiers;
|
||||
|
||||
private int[] consume;
|
||||
|
||||
|
@ -41,7 +41,7 @@ public class SSoldiersLotteryConfig implements BaseConfig {
|
|||
return soldiers;
|
||||
}
|
||||
|
||||
public int[] getGiveSoldiers() {
|
||||
public int[][] getGiveSoldiers() {
|
||||
return giveSoldiers;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue