少年修仙传客户端代码仓库
Client_PangDeRong
2018-10-09 d6ca1cf2bf59574dfa113c0857f26c6befa8d3e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using UnityEngine;
using UnityEngine.UI;
using EnhancedUI.EnhancedScroller;
 
namespace Snxxz.UI
{
    public class FlashSaleTimeCell : ScrollerUI
    {
        [SerializeField] Text remainText;
        public override void Refresh(CellView cell)
        {
            
        }
    }
}