| | |
| | | {
|
| | | UIManager.Instance.OpenWindow<HeroCallResultWin>();
|
| | | }
|
| | | return;
|
| | | }
|
| | |
|
| | | if (ActHeroAppearConfig.GetActTreasureTypeList().Contains(type))
|
| | | if (ActHeroAppearConfig.GetHeroDebutActTreasureTypeList().Contains(type))
|
| | | {
|
| | | if (!UIManager.Instance.IsOpened<HeroDebutCallResultWin>())
|
| | | {
|
| | | UIManager.Instance.OpenWindow<HeroDebutCallResultWin>();
|
| | | }
|
| | | return;
|
| | | }
|
| | |
|
| | | if (ActHeroAppearConfig.GetHeroReturnActTreasureTypeList().Contains(type))
|
| | | {
|
| | | if (!UIManager.Instance.IsOpened<HeroReturnCallResultWin>())
|
| | | {
|
| | | UIManager.Instance.OpenWindow<HeroReturnCallResultWin>();
|
| | | }
|
| | | }
|
| | | }
|
| | |
|