| | |
| | | private void CheckHelpPointExchange()
|
| | | {
|
| | | int pushId = exchageModel.currentShopId;
|
| | | StoreConfig storeConfig = Config.Instance.Get<StoreConfig>(pushId);
|
| | | StoreConfig storeConfig = StoreConfig.Get(pushId);
|
| | | if (pushId != 0 && storeConfig != null)
|
| | | {
|
| | | m_HelpPointExchangeNotify.gameObject.SetActive(true);
|
| | |
| | |
|
| | | private void OnNewBieGuideBegin()
|
| | | {
|
| | | var guideConfig = Config.Instance.Get<GuideConfig>(NewBieCenter.Instance.currentGuide);
|
| | | var guideConfig = GuideConfig.Get(NewBieCenter.Instance.currentGuide);
|
| | | switch ((GuideTriggerType)guideConfig.TriggerType)
|
| | | {
|
| | | case GuideTriggerType.EquipQuality:
|