| | |
| | | var mapConfig = Config.Instance.Get<MapConfig>(mapId);
|
| | | return mapConfig != null && mapConfig.MapFBType != 0;
|
| | | }
|
| | |
|
| | | List<FunctionForecastConfig> functionForecastValue = new List<FunctionForecastConfig>();
|
| | | public int GetOpenLv(int Inedx)
|
| | | {
|
| | | int lv = 0;
|
| | | var functionForecastValue = Config.Instance.GetAllValues<FunctionForecastConfig>();
|
| | | if (functionForecastValue.Count <= 0)
|
| | | {
|
| | | functionForecastValue= Config.Instance.GetAllValues<FunctionForecastConfig>();
|
| | | }
|
| | | // var functionForecastValue = Config.Instance.GetAllValues<FunctionForecastConfig>();
|
| | | foreach (var value in functionForecastValue)
|
| | | {
|
| | | if (value.OpenNumber == Inedx)
|