From d59a1aaa52dffe6aec8a1f2b69e645b570e106cb Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 18 四月 2019 15:03:29 +0800
Subject: [PATCH] 382 增加主角被攻击回调

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

diff --git a/Fight/GameActor/GAMgr.cs b/Fight/GameActor/GAMgr.cs
index bc408e4..dde66e8 100644
--- a/Fight/GameActor/GAMgr.cs
+++ b/Fight/GameActor/GAMgr.cs
@@ -1161,6 +1161,7 @@
         {
             if (otherPlayerAtkHeroDict.ContainsKey(_removeIdList[i]))
             {
+                GA_Hero.CallOnStopBeAttacked(_removeIdList[i]);
                 otherPlayerAtkHeroDict.Remove(_removeIdList[i]);
             }
         }

--
Gitblit v1.8.0