From e1dcfa049cd7f676fb56c91bee6737dce0aed7e4 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 25 四月 2019 13:39:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Fight/GameActor/GA_NpcClientCollect.cs |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/Fight/GameActor/GA_NpcClientCollect.cs b/Fight/GameActor/GA_NpcClientCollect.cs
index b78d2b3..24ba8b3 100644
--- a/Fight/GameActor/GA_NpcClientCollect.cs
+++ b/Fight/GameActor/GA_NpcClientCollect.cs
@@ -6,11 +6,6 @@
 
 public class GA_NpcClientCollect : GA_NpcClientFunc
 {
-    public static UnityAction<uint> OnCollectFinished;
-    private static List<uint> m_ArrivedList = new List<uint>();
-
-    private bool m_IsMainWinOpen = false;
-
     protected override void OnInit(GameNetPackBasic package)
     {
         base.OnInit(package);
@@ -77,12 +72,6 @@
     protected override void OnFixedUpdate()
     {
         base.OnFixedUpdate();
-
-        if (!m_IsMainWinOpen)
-        {
-            m_IsMainWinOpen = WindowCenter.Instance.IsOpen<MainInterfaceWin>();
-            return;
-        }
 
         GA_Hero _hero = PlayerDatas.Instance.hero;
 

--
Gitblit v1.8.0