Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | |
|
| | | private void ExchangeSuccess()
|
| | | {
|
| | | Close();
|
| | | RefreshEquipsScroll();
|
| | | }
|
| | |
|
| | | private void RefreshActiveCanGet()
|
| | |
| | | m_ChatTip.Init();
|
| | | m_HighSettingTip.Init();
|
| | | m_HighSettingFadeInFadeOut.Init();
|
| | | m_MainPositionTween.Init();
|
| | | m_TaskListTip.Init();
|
| | | m_IsShowXp.Init();
|
| | | m_TopRightTip.Init();
|
| | |
| | | m_ChatTip.UnInit();
|
| | | m_HighSettingTip.UnInit();
|
| | | m_HighSettingFadeInFadeOut.UnInit();
|
| | | m_MainPositionTween.UnInit();
|
| | | m_TaskListTip.UnInit();
|
| | | m_TopRightTip.UnInit();
|
| | | m_FunctionForecastTip.Unit();
|
| | |
| | |
|
| | | TreasureModel treasureModel { get { return ModelCenter.Instance.GetModel<TreasureModel>(); } }
|
| | |
|
| | | public void Init()
|
| | | {
|
| | | this.enabled = true;
|
| | | }
|
| | |
|
| | | public void UnInit()
|
| | | {
|
| | | this.enabled = false;
|
| | | }
|
| | |
|
| | | void Start()
|
| | | {
|
| | | m_RayMask.AddListener(MarkRayButton);
|
| | |
| | | |
| | | public void Init() |
| | | { |
| | | this.enabled = true; |
| | | RefreshGridsActiveState(); |
| | | |
| | | TimeUtility.OnServerOpenDayRefresh += OnStepServerDay; |
| | |
| | | OpenServerModel.IsOpenEvent -= IsOpenEvent; |
| | | OpenServerModel.IsPreviewTimeUpdate -= IsOpenEvent; |
| | | OperationTimeHepler.Instance.operationAdvanceEvent -= OperationAdvanceEvent; |
| | | |
| | | this.enabled = false; |
| | | } |
| | | |
| | | void Switch(bool active) |