This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
GFG_New
/
ET9_WebGL_Base
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
44566e81d1
Ramuri
Etichete
WebGL
ET9_WebGL_Base
/
Unity
/
Controller
/
Entry.cs
Entry.cs
128 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
11
namespace Controller
{
public class Entry
{
public static void Log()
{
Interop.Log();
}
}
}