Assets/Scripts/TowerDefense/Agents/Agent.cs
@@ -691,7 +691,10 @@
            }
            if (BloodBar)
            {
                BloodBar.Target = null;
                Destroy(BloodBar.gameObject);
            }
            // 统一管理器内删除当前的Agent:
            AgentInsManager.instance.removeAgent(this);
            if (EnemyData != null)