| | |
| | | [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>(); } }
|
| | |
| | | CheckDogzNotify();
|
| | | InSevenDayShow();
|
| | | CheckHelpPointExchange();
|
| | | m_MyFocusBehavio.Init();
|
| | | exchageModel.UpdateHelpPointShopEvent += CheckHelpPointExchange;
|
| | | playerPack.RefreshDecomAttrAct += CheckEquipDecompose;
|
| | | betterEquipGetModel.showEquipRefreshEvent += CheckBetterEquip;
|
| | |
| | |
|
| | | public void UnInit()
|
| | | {
|
| | | m_MyFocusBehavio.Unit();
|
| | | fairyGrabBossModel.helpCoolDown = false;
|
| | | exchageModel.UpdateHelpPointShopEvent -= CheckHelpPointExchange;
|
| | | playerPack.RefreshDecomAttrAct -= CheckEquipDecompose;
|