Files
project-reset/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs
2025-03-12 14:22:16 -04:00

6 lines
118 B
C#

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