This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
ck
/
XiuXianGame
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
553e8c00cc
Větve
Značky
GameFrameBasci
master
XiuXianGame
/
Assets
/
Scripts
/
Core
/
UI
/
UTool
/
ITextTool.cs
ITextTool.cs
116 B
Historie
Surový
1
2
3
4
5
6
7
namespace UnityEngine.UI
{
public interface ITextTool
{
string GetLanguageMassge(int id);
}
}