wangguan
2020-12-16 fe59d1a97e80284315bcdfa18a49059b38dfd137
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;