| | |
| | | DungeonAssistModel assistModel { get { return ModelCenter.Instance.GetModel<DungeonAssistModel>(); } }
|
| | | IceCrystalVeinModel m_IceCrystalVeinModel;
|
| | | IceCrystalVeinModel iceCrystalVeinModel { get { return m_IceCrystalVeinModel ?? (m_IceCrystalVeinModel = ModelCenter.Instance.GetModel<IceCrystalVeinModel>()); } }
|
| | | JadeDynastyTowerModel jadeDynastyTowerModel { get { return ModelCenter.Instance.GetModel<JadeDynastyTowerModel>(); } }
|
| | | #region Built-in
|
| | | private bool IsUpdateBool=true;
|
| | | protected override void BindController()
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | if (jadeDynastyTowerModel.specialUnLockFloor > 0 && !IsDungeon())
|
| | | {
|
| | | if (!WindowCenter.Instance.IsOpen("NewBieWin") && !WindowCenter.Instance.IsOpen("TreasureNewGotWin"))
|
| | | {
|
| | | if (!WindowCenter.Instance.IsOpen("JadeDynastyTowerUnLockWin"))
|
| | | {
|
| | | WindowCenter.Instance.Open<JadeDynastyTowerUnLockWin>();
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | if (jadeDynastyTowerModel.specialUnLockFloor > 0 && !IsDungeon())
|
| | | {
|
| | | if (!WindowCenter.Instance.IsOpen("NewBieWin") && !WindowCenter.Instance.IsOpen("TreasureNewGotWin"))
|
| | | {
|
| | | if (!WindowCenter.Instance.IsOpen("JadeDynastyTowerUnLockWin"))
|
| | | {
|
| | | WindowCenter.Instance.Open<JadeDynastyTowerUnLockWin>();
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | if (jadeDynastyTowerModel.openJadeDynastyTower && !IsDungeon())
|
| | | {
|
| | | if (!WindowCenter.Instance.IsOpen("NewBieWin") && !WindowCenter.Instance.IsOpen("TreasureNewGotWin"))
|
| | | {
|
| | | if (!WindowCenter.Instance.IsOpen("TowerWin"))
|
| | | {
|
| | | WindowCenter.Instance.Open<TowerWin>(false, 1);
|
| | | jadeDynastyTowerModel.openJadeDynastyTower = false;
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | if (iceCrystalVeinModel.IsIceCrystalVeinCopy && !IsDungeon())//是否再次打开冰晶矿脉面板
|
| | | {
|
| | | if (!WindowCenter.Instance.IsOpen("NewBieWin") && !WindowCenter.Instance.IsOpen("TreasureNewGotWin"))
|