Assets/Scripts/TowerDefense/Agents/Agent.cs @@ -838,7 +838,6 @@ // 统一管理器内删除当前的Agent: AgentInsManager.instance.removeAgent(this); this.Remove(); Debug.Log("删除多余的攻击Agent."); } } }