yyl
2025-09-10 f3ae8542aee4b5de78fc20d9543bb424b315708f
Main/Component/UI/Common/DynamicCyclicScroll.cs
@@ -1,5 +1,5 @@
//--------------------------------------------------------
//    [Author]:           第二世界
//    [Author]:           玩个游戏
//    [  Date ]:           Tuesday, August 14, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -7,8 +7,6 @@
using UnityEngine.UI;
using System.Collections.Generic;
namespace vnxbqy.UI
{
    public class DynamicCyclicScroll : CyclicScroll
    {
@@ -38,7 +36,6 @@
    }
}