This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ck
/
XiuXianGame
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1b3a9df212
Rami (Branch)
Tag
GameFrameBasci
master
XiuXianGame
/
Packages
/
com.singularitygroup.hotreload
/
Editor
/
Window
/
GUI
/
IGUIComponent.cs
IGUIComponent.cs
118 B
Cronologia
Originale
1
2
3
4
5
namespace SingularityGroup.HotReload.Editor {
internal interface IGUIComponent {
void OnGUI();
}
}