yyl
2 天以前 ca72a86a38c255c51df9d9376bf86bdeda92deb6
Main/System/Scroll/ScrollerController.cs
@@ -110,7 +110,7 @@
    }
    // 获取总的Cell数目(含不显示的)
    public int GetNumberOfCells()
    public int GetCellTotalCount()
    {
        return _data.Count;
    }