using System.Collections; using System.Collections.Generic; using EnhancedUI.EnhancedScroller; using TMPro; using UnityEngine; public class EventPartnerScrollViewTitle : EnhancedScrollerCellView { public TMP_Text textTitle; }