This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
ck
/
XiuXianGame
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
7b41f851ef
Větve
Značky
GameFrameBasci
master
XiuXianGame
/
NetServer
/
UnityLibrary
/
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);
}
}