chenxin
2020-11-19 95ed512ab8ec6ae3fc5bb827cb0e3fe98adc44d3
Assets/Scripts/TowerDefense/Agents/HomeBaseAttacker.cs
@@ -92,6 +92,8 @@
                }
            }
            if (EndlessGameUI.instance.state == EndlessGameUI.State.GameOver) return;
            EventCenter.Ins.BroadCast((int)KTGMGemClient.EventType.EndlessAgentTaskDamage, agent.configuration.currentHealth);
            agent.Remove();
        }