wangguan
2020-12-17 faf10bb580f90298fe5583953b0951610e81635c
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;