| | |
| | | //武将登场相关 |
| | | else if (config.WinName == "HeroDebutCallWin" || config.WinName == "HeroDebutSkinWin" || |
| | | config.WinName == "HeroDebutCheckInWin" || config.WinName == "HeroDebutGiftWin" || |
| | | config.WinName == "HeroDebutShopWin") |
| | | config.WinName == "HeroDebutShopWin" || config.WinName == "HeroDebutZhanLingWin") |
| | | { |
| | | var heroDebutAct = HeroDebutManager.Instance.GetOperationHeroAppearInfo(); |
| | | if (heroDebutAct == null) |
| | |
| | | //武将返场相关 |
| | | else if (config.WinName == "HeroReturnCallWin" || config.WinName == "HeroReturnSkinWin" || |
| | | config.WinName == "HeroReturnCheckInWin" || config.WinName == "HeroReturnGiftWin" || |
| | | config.WinName == "HeroReturnShopWin") |
| | | config.WinName == "HeroReturnShopWin"|| config.WinName == "HeroReturnZhanLingWin") |
| | | { |
| | | var heroDebutAct = HeroReturnManager.Instance.GetOperationHeroAppearInfo(); |
| | | if (heroDebutAct == null) |