Files
YachtDice/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs
T
2026-02-27 03:16:18 +07:00

6 lines
118 B
C#

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