This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
ck
/
XiuXianGame
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
1b3a9df212
Ramas
Etiquetas
GameFrameBasci
master
XiuXianGame
/
Packages
/
com.singularitygroup.hotreload
/
Editor
/
Window
/
GUI
/
IGUIComponent.cs
IGUIComponent.cs
118 B
Histórico
Raw
1
2
3
4
5
namespace SingularityGroup.HotReload.Editor {
internal interface IGUIComponent {
void OnGUI();
}
}