神将回退漏提
parent
edf251cd1f
commit
81f4241511
|
@ -74,6 +74,8 @@ public class SCHero implements BaseConfig{
|
||||||
|
|
||||||
private Map<Integer, List<Integer>> skillListByStar;
|
private Map<Integer, List<Integer>> skillListByStar;
|
||||||
|
|
||||||
|
private int[][] returnBook;
|
||||||
|
|
||||||
// 觉醒增加的技能属性
|
// 觉醒增加的技能属性
|
||||||
private Map<Integer,TreeMap<Integer,List<Integer>>> awakSkillMap;
|
private Map<Integer,TreeMap<Integer,List<Integer>>> awakSkillMap;
|
||||||
|
|
||||||
|
@ -378,4 +380,8 @@ public class SCHero implements BaseConfig{
|
||||||
public int getIsSoulOpen() {
|
public int getIsSoulOpen() {
|
||||||
return isSoulOpen;
|
return isSoulOpen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int[][] getReturnBook() {
|
||||||
|
return returnBook;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue