This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ck
/
XiuXianGame
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1b3a9df212
Branches
Tags
GameFrameBasci
master
XiuXianGame
/
Packages
/
com.singularitygroup.hotreload
/
Editor
/
Window
/
GUI
/
IGUIComponent.cs
IGUIComponent.cs
118 B
History
Raw
1
2
3
4
5
namespace SingularityGroup.HotReload.Editor {
internal interface IGUIComponent {
void OnGUI();
}
}