AlicizaX/Client/Assets/Scripts/Hotfix/GameLogic/UI/TextViewHolder.cs

13 lines
224 B
C#
Raw Normal View History

2026-04-03 16:41:29 +08:00
using AlicizaX.UI;
using UnityEngine;
using UnityEngine.UI;
namespace GameLogic.UI
{
public class TextViewHolder:ViewHolder
{
public Image backgroundImage;
public TMPro.TextMeshProUGUI text;
}
}