表格报错
parent
8f20e52680
commit
7ebb58041c
|
@ -17,6 +17,8 @@ public class SEndlessDifficulty implements BaseConfig{
|
|||
|
||||
private int[] rewardId;
|
||||
|
||||
private int[] mapPool;
|
||||
|
||||
public static Map<Integer,SEndlessDifficulty> difficultyMap;
|
||||
|
||||
public static Map<Integer,Integer> difficultyMonster;
|
||||
|
@ -75,4 +77,8 @@ public class SEndlessDifficulty implements BaseConfig{
|
|||
public int[] getRewardId() {
|
||||
return rewardId;
|
||||
}
|
||||
|
||||
public int[] getMapPool() {
|
||||
return mapPool;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,6 +25,8 @@ public class SEndlessMapConfig implements BaseConfig {
|
|||
|
||||
private int[][] initializeCount;
|
||||
|
||||
private int mapStoreId;
|
||||
|
||||
public static Map<Integer,SEndlessMapConfig> sEndlessMapConfigMap;
|
||||
|
||||
public static Map<Integer,Map<Integer,Integer>> initRandomPointMap;
|
||||
|
@ -75,4 +77,8 @@ public class SEndlessMapConfig implements BaseConfig {
|
|||
public int[][] getInitializeCount() {
|
||||
return initializeCount;
|
||||
}
|
||||
|
||||
public int getMapStoreId() {
|
||||
return mapStoreId;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue