back_recharge
wangyuan 2019-06-20 16:28:07 +08:00
parent ef76a6fff9
commit 02d683718c
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,8 @@ public class SWorkShopTechnology implements BaseConfig {
private int[][] consume;
private int[] openRules;
private Map<Integer,Integer> willReturn;
public static Map<Integer,Map<Integer,SWorkShopTechnology>> sWorkTechMapByTechIdAndLevel;
@ -108,4 +110,8 @@ public class SWorkShopTechnology implements BaseConfig {
public void setWillReturn(Map<Integer, Integer> willReturn) {
this.willReturn = willReturn;
}
public int[] getOpenRules() {
return openRules;
}
}