From afb266da01d7fb99af1cee0dd4749ca3a56a3e2f Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 08 三月 2019 17:13:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into Equip
---
System/MainInterfacePanel/InGamePushContainer.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/InGamePushContainer.cs b/System/MainInterfacePanel/InGamePushContainer.cs
index 59e2355..32f84d7 100644
--- a/System/MainInterfacePanel/InGamePushContainer.cs
+++ b/System/MainInterfacePanel/InGamePushContainer.cs
@@ -28,6 +28,7 @@
[SerializeField] DogzNotifyBehaviour m_DogzNotifyBehaviour;
[SerializeField] InSevenDayBehavior m_InSevenDayBehavior;
[SerializeField] FBHelpPointExchageNotify m_HelpPointExchangeNotify;
+ [SerializeField] MyFocusBehavior m_MyFocusBehavio;
WorldBossModel worldBossModel { get { return ModelCenter.Instance.GetModel<WorldBossModel>(); } }
BossHomeModel bossHomeModel { get { return ModelCenter.Instance.GetModel<BossHomeModel>(); } }
@@ -72,6 +73,7 @@
CheckDogzNotify();
InSevenDayShow();
CheckHelpPointExchange();
+ m_MyFocusBehavio.Init();
exchageModel.UpdateHelpPointShopEvent += CheckHelpPointExchange;
playerPack.RefreshDecomAttrAct += CheckEquipDecompose;
betterEquipGetModel.showEquipRefreshEvent += CheckBetterEquip;
@@ -89,6 +91,7 @@
public void UnInit()
{
+ m_MyFocusBehavio.Unit();
fairyGrabBossModel.helpCoolDown = false;
exchageModel.UpdateHelpPointShopEvent -= CheckHelpPointExchange;
playerPack.RefreshDecomAttrAct -= CheckEquipDecompose;
--
Gitblit v1.8.0