TextmeshProExtensionPackage/Packages/com.bywaystudios.textmeshpro.ext/Runtime/TextMeshProBywayUI.cs
2026-03-19 18:12:35 +08:00

10 lines
189 B
C#

using TMPro;
using UnityEngine;
namespace Byway.TMP
{
public class TextMeshProBywayUI : TextMeshProUGUI
{
//private TextMeshProBywayUIRuntimeHelper m_RuntimeHelper;
}
}