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