Files
back_cantanBuilding/Assets/Scripts/UI/PartnerFishBowl/EventPartnerScrollViewTitle.cs
2026-05-26 16:15:54 +08:00

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;
}