| | |
| | | public int[][] butlerCTGArr; //管家档位购买对应充值ID列表 [[付费档1充值ID, ...], ...]
|
| | | public Dictionary<int, string> orgPriceDict = new Dictionary<int, string>(); //管家档位购买充值ID对应的折扣前金额,没配置的不显示
|
| | | public int timeS; //间隔x秒触发自动采集
|
| | | public int defaultLv; //默认勾选x级物品
|
| | | bool isLoginOk = false;
|
| | | bool isStart = false;
|
| | |
|
| | |
| | | {
|
| | | orgPriceDict.Add(int.Parse(keyList[i]), jsonData[keyList[i]].ToJson());
|
| | | }
|
| | | defaultLv = int.Parse(FuncConfigConfig.Get("MineAreaHousekeeper1").Numerical1);
|
| | | GlobalTimeEvent.Instance.secondEvent += OnSecondEvent;
|
| | | TimeMgr.Instance.OnDayEvent += OnDayEvent;
|
| | | }
|
| | |
| | | bool isLock = lv < limitLV;
|
| | | if (isLock)
|
| | | continue;
|
| | | nowChooseDict[itemId] = itemLv; |
| | | //福地物品表没这项
|
| | | if (!MineAreaItemConfig.TryGetMineID(itemId, defaultLv, out int mineId1))
|
| | | continue;
|
| | | nowChooseDict[itemId] = defaultLv; |
| | | }
|
| | |
|
| | | }
|