hch
34 分钟以前 9d6b41ab1727ea544629dfc81e5395b2eb6964b5
Main/Component/UI/Common/SortCell.cs
@@ -1,20 +1,20 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
// using System.Collections;
// using System.Collections.Generic;
// using UnityEngine;
// using UnityEngine.UI;
namespace EnhancedUI.EnhancedScroller
{
    public class SortCell : CellView
    {
        [SerializeField] Text m_SortTypeTxt;
        public Text sortTypeTxt
        {
            get
            {
                return m_SortTypeTxt;
            }
        }
    }
}
// namespace EnhancedUI.EnhancedScroller
// {
//     public class SortCell : CellView
//     {
//         [SerializeField] Text m_SortTypeTxt;
//         public Text sortTypeTxt
//         {
//             get
//             {
//                 return m_SortTypeTxt;
//             }
//         }
//     }
// }