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