diff --git a/tablemanager/src/main/java/config/SArenaRobotConfig.java b/tablemanager/src/main/java/config/SArenaRobotConfig.java index 3b5abe2aa..baf7c3fb2 100644 --- a/tablemanager/src/main/java/config/SArenaRobotConfig.java +++ b/tablemanager/src/main/java/config/SArenaRobotConfig.java @@ -21,15 +21,15 @@ public class SArenaRobotConfig implements BaseConfig { private int[] roleId; - private int[] roleId2; - - private int[] roleId3; +// private int[] roleId2; +// +// private int[] roleId3; private List heroList; - private List heroList2; - - private List heroList3; +// private List heroList2; +// +// private List heroList3; private int roleLv; @@ -41,7 +41,7 @@ public class SArenaRobotConfig implements BaseConfig { private int totalForce; - private int yxldTotalForce; +// private int yxldTotalForce; private int breakId; @@ -51,15 +51,15 @@ public class SArenaRobotConfig implements BaseConfig { private Map heroMapList; - private Map heroMapList2; - private Map heroMapList3; +// private Map heroMapList2; +// private Map heroMapList3; private static Map> sArenaRobotConfigByPoolMap; private static Map sArenaRobotConfigMap; - private int msScroe; - +// private int msScroe; +// @Override @@ -77,20 +77,20 @@ public class SArenaRobotConfig implements BaseConfig { heroListTmp.add(heroId); } //玉虚论道第二个队伍 - int[] roleId2 = sArenaRobotConfig.getRoleId2(); - List heroListTmp2 = new ArrayList<>(roleId.length); - for(int heroId : roleId2){ - heroListTmp2.add(heroId); - } +// int[] roleId2 = sArenaRobotConfig.getRoleId2(); +// List heroListTmp2 = new ArrayList<>(roleId.length); +// for(int heroId : roleId2){ +// heroListTmp2.add(heroId); +// } //第三个队伍 - int[] roleId3 = sArenaRobotConfig.getRoleId2(); - List heroListTmp3 = new ArrayList<>(roleId.length); - for(int heroId : roleId3){ - heroListTmp3.add(heroId); - } +// int[] roleId3 = sArenaRobotConfig.getRoleId2(); +// List heroListTmp3 = new ArrayList<>(roleId.length); +// for(int heroId : roleId3){ +// heroListTmp3.add(heroId); +// } sArenaRobotConfig.setHeroList(heroListTmp); - sArenaRobotConfig.setHeroList2(heroListTmp2); - sArenaRobotConfig.setHeroList3(heroListTmp3); +// sArenaRobotConfig.setHeroList2(heroListTmp2); +// sArenaRobotConfig.setHeroList3(heroListTmp3); result.get(poolId).add(sArenaRobotConfig); } sArenaRobotConfigByPoolMap = result; @@ -126,13 +126,13 @@ public class SArenaRobotConfig implements BaseConfig { return roleId; } - public int[] getRoleId2() { - return roleId2; - } - - public int[] getRoleId3() { - return roleId3; - } +// public int[] getRoleId2() { +// return roleId2; +// } +// +// public int[] getRoleId3() { +// return roleId3; +// } public int getRoleLv() { return roleLv; @@ -177,48 +177,48 @@ public class SArenaRobotConfig implements BaseConfig { public void setHeroMapList(Map heroMapList) { this.heroMapList = heroMapList; } - - public Map getHeroMapList2() { - return heroMapList2; - } - - public void setHeroMapList2(Map heroMapList2) { - this.heroMapList2 = heroMapList2; - } - - public Map getHeroMapList3() { - return heroMapList3; - } - - public void setHeroMapList3(Map heroMapList3) { - this.heroMapList3 = heroMapList3; - } - - public List getHeroList2() { - return heroList2; - } - - public void setHeroList2(List heroList2) { - this.heroList2 = heroList2; - } - - public List getHeroList3() { - return heroList3; - } - - public void setHeroList3(List heroList3) { - this.heroList3 = heroList3; - } - - public int getMsScroe() { - return msScroe; - } - - public int getYxldTotalForce() { - return yxldTotalForce; - } - - public void setYxldTotalForce(int yxldTotalForce) { - this.yxldTotalForce = yxldTotalForce; - } +// +// public Map getHeroMapList2() { +// return heroMapList2; +// } +// +// public void setHeroMapList2(Map heroMapList2) { +// this.heroMapList2 = heroMapList2; +// } +// +// public Map getHeroMapList3() { +// return heroMapList3; +// } +// +// public void setHeroMapList3(Map heroMapList3) { +// this.heroMapList3 = heroMapList3; +// } +// +// public List getHeroList2() { +// return heroList2; +// } +// +// public void setHeroList2(List heroList2) { +// this.heroList2 = heroList2; +// } +// +// public List getHeroList3() { +// return heroList3; +// } +// +// public void setHeroList3(List heroList3) { +// this.heroList3 = heroList3; +// } +// +// public int getMsScroe() { +// return msScroe; +// } +// +// public int getYxldTotalForce() { +// return yxldTotalForce; +// } +// +// public void setYxldTotalForce(int yxldTotalForce) { +// this.yxldTotalForce = yxldTotalForce; +// } } \ No newline at end of file