| | |
| | | public class FlashRushToBuyNotify : OpenServerActivityNotifyBase
|
| | | {
|
| | | public FlashRushToBuyModel rushToBuyModel { get { return ModelCenter.Instance.GetModel<FlashRushToBuyModel>(); } }
|
| | | OpenServerActivityNotifyModel activityNotifyModel { get { return ModelCenter.Instance.GetModel<OpenServerActivityNotifyModel>(); } }
|
| | | private void OnEnable()
|
| | | {
|
| | | Display();
|
| | |
| | | {
|
| | | base.ClickGotoBtn();
|
| | | this.gameObject.SetActive(false);
|
| | | activityNotifyModel.SetCloseFlashRushToBuyList();
|
| | | WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.FlashRushToBuy);
|
| | | }
|
| | | protected override void ClickCloseBtn()
|
| | | {
|
| | | base.ClickCloseBtn();
|
| | | activityNotifyModel.SetCloseFlashRushToBuyList();
|
| | | }
|
| | | }
|
| | | }
|