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