11 lines
231 B
C#
11 lines
231 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using EnhancedUI.EnhancedScroller;
|
|
using TMPro;
|
|
using UnityEngine;
|
|
|
|
public class EventPartnerScrollViewTitle : EnhancedScrollerCellView
|
|
{
|
|
public TMP_Text textTitle;
|
|
}
|