This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ck
/
XiuXianGame
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
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();
}
}