ProjectDDD/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs
2025-07-08 19:46:31 +09:00

6 lines
118 B
C#

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