yyl
2025-06-09 b9751b2f076ee050fe5b685e91ae4fc4469b1015
Main/System/Mail/MailInfoAwardItemCell.cs
@@ -1,7 +1,5 @@
using UnityEngine;
namespace vnxbqy.UI
{
    public class MailInfoAwardItemCell : CellView
    {
        [SerializeField] ItemCell itemCell;
@@ -21,6 +19,5 @@
            MailCategory mailCategory = (MailCategory)cellView.info.Value.infoInt1;
            var list = model.GetSortMailScrList(mailCategory);
        }
    }
}