back_recharge
parent
ef76a6fff9
commit
02d683718c
|
@ -26,6 +26,8 @@ public class SWorkShopTechnology implements BaseConfig {
|
||||||
|
|
||||||
private int[][] consume;
|
private int[][] consume;
|
||||||
|
|
||||||
|
private int[] openRules;
|
||||||
|
|
||||||
private Map<Integer,Integer> willReturn;
|
private Map<Integer,Integer> willReturn;
|
||||||
|
|
||||||
public static Map<Integer,Map<Integer,SWorkShopTechnology>> sWorkTechMapByTechIdAndLevel;
|
public static Map<Integer,Map<Integer,SWorkShopTechnology>> sWorkTechMapByTechIdAndLevel;
|
||||||
|
@ -108,4 +110,8 @@ public class SWorkShopTechnology implements BaseConfig {
|
||||||
public void setWillReturn(Map<Integer, Integer> willReturn) {
|
public void setWillReturn(Map<Integer, Integer> willReturn) {
|
||||||
this.willReturn = willReturn;
|
this.willReturn = willReturn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int[] getOpenRules() {
|
||||||
|
return openRules;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue