ProjectDDD/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs

6 lines
118 B (Stored with Git LFS)
C#

namespace SingularityGroup.HotReload.Editor {
internal interface IGUIComponent {
void OnGUI();
}
}