This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
GFG_New
/
ET9_WebGL_Base
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
b0cbf36a4e
Grenar
Taggar
WebGL
ET9_WebGL_Base
/
Unity
/
Hotfix
/
Base
/
Other
/
IUIFactory.cs
IUIFactory.cs
105 B
Historik
Rå
1
2
3
4
5
6
7
namespace Hotfix
{
public interface IUIFactory
{
UI Create(Scene scene, int type, UI parent);
}
}