神将回退漏提

back_recharge
jiahuiwen 2021-12-14 17:59:06 +08:00
parent edf251cd1f
commit 81f4241511
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}
} }