using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Snxxz.UI { public class LimitedTimePackageItemCell : CellView { [SerializeField] LimitedTimePackageItemBehaviour m_LimitedTimePackage; public void Display(int index) { m_LimitedTimePackage.Display(index); } } }