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(); }