liuzhiwei
2020-12-22 987fd66dc6d6c28e3ed08a08141ddc3dbd772cea
Assets/Scripts/TowerDefense/UI/EndlessBossSkill/EndlessBossSkill.cs
@@ -139,7 +139,7 @@
        /// <summary>
        /// 获取赛道列表
        /// </summary>
        protected List<int> GetTunelList()
        protected virtual List<int> GetTunelList()
        {
            List<int> tunelIdList = new List<int>();
            int count = 0;