9 lines
178 B
C#
9 lines
178 B
C#
using TMPro;
|
|
using UnityEngine;
|
|
|
|
namespace Studio.UI.Modal
|
|
{
|
|
[RequireComponent(typeof(TextMeshProUGUI))]
|
|
internal class UIModalTitle : UnityEngine.MonoBehaviour { }
|
|
}
|