From de09231b7f5ee64baa0fe61611f0468a40d47a0b Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 26 九月 2018 15:07:29 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/InGamePushContainer.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/InGamePushContainer.cs b/System/MainInterfacePanel/InGamePushContainer.cs
index a135d19..3197210 100644
--- a/System/MainInterfacePanel/InGamePushContainer.cs
+++ b/System/MainInterfacePanel/InGamePushContainer.cs
@@ -343,6 +343,15 @@
}
else
{
+ SnxxzGame.Instance.StartCoroutine(Co_DeActiveFairyGrabBoss());
+ }
+ }
+
+ IEnumerator Co_DeActiveFairyGrabBoss()
+ {
+ yield return null;
+ if (fairyGrabBossModel.fairyGrabBossHelps.Count == 0)
+ {
m_FairyGrabBossHelpBehaviour.gameObject.SetActive(false);
}
}
--
Gitblit v1.8.0