修仙技能
parent
8db77db94c
commit
a14a205cfa
|
@ -24,7 +24,12 @@ public class SXiuXian implements BaseConfig {
|
|||
|
||||
private int[] teamSkill;
|
||||
|
||||
|
||||
private int[][] playerSkill;
|
||||
|
||||
private int[][] proRank;
|
||||
|
||||
private int[][] proLevel;
|
||||
|
||||
@Override
|
||||
public void init() throws Exception {
|
||||
|
||||
|
@ -62,4 +67,16 @@ public class SXiuXian implements BaseConfig {
|
|||
public String getNameFontColor() {
|
||||
return nameFontColor;
|
||||
}
|
||||
|
||||
public int[][] getPlayerSkill() {
|
||||
return playerSkill;
|
||||
}
|
||||
|
||||
public int[][] getProRank() {
|
||||
return proRank;
|
||||
}
|
||||
|
||||
public int[][] getProLevel() {
|
||||
return proLevel;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue