| | |
| | | public static Dictionary<int, int> MoneyDisplayModel { get; private set; } |
| | | public static int playerMaxLevel { get; private set; } |
| | | |
| | | public static Dictionary<int, int> moneyDisplayIds { get; private set; } |
| | | public static int expDisplayId { get; private set; } |
| | | |
| | | |
| | |
| | | public static int acutionItemHour { get; private set; } |
| | | public static int maxXBGridCount { get; private set; } |
| | | |
| | | public static FuncConfigConfig parryCfg; |
| | | |
| | | public static void Init() |
| | | { |
| | |
| | | // flashOpenArr = JsonMapper.ToObject<int[]>(func.Numerical2); |
| | | // flashCntMoreArr = JsonMapper.ToObject<int[]>(func.Numerical3); |
| | | // flashKillMaxCount = int.Parse(func.Numerical4); |
| | | |
| | | parryCfg = FuncConfigConfig.Get("ParryCfg"); |
| | | } |
| | | catch (Exception ex) |
| | | { |