This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
ck
/
XiuXianGame
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
3146e5c11b
Dallar
Biçim İmleri
GameFrameBasci
master
XiuXianGame
/
Assets
/
Scripts
/
Core
/
UI
/
UTool
/
ITextTool.cs
ITextTool.cs
116 B
Geçmiş
Ham
1
2
3
4
5
6
7
namespace UnityEngine.UI
{
public interface ITextTool
{
string GetLanguageMassge(int id);
}
}