This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
GFG_New
/
ET9_WebGL_Base
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
44566e81d1
Gałęzie
Tagi
WebGL
ET9_WebGL_Base
/
Unity
/
Controller
/
Entry.cs
Entry.cs
128 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
11
namespace Controller
{
public class Entry
{
public static void Log()
{
Interop.Log();
}
}
}