This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
ck
/
XiuXianGame
Xem
3
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
1b3a9df212
Branches
Tags
GameFrameBasci
master
XiuXianGame
/
Packages
/
com.singularitygroup.hotreload
/
Editor
/
Window
/
GUI
/
IGUIComponent.cs
IGUIComponent.cs
118 B
Lịch sử
Raw
1
2
3
4
5
namespace SingularityGroup.HotReload.Editor {
internal interface IGUIComponent {
void OnGUI();
}
}