hch
2025-10-30 9e04461d9289c3d7ff22f65ae5a8ece53e594c3c
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 @@
    }
}