unity-vendor-packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs

7 lines
146 B
C#
Raw Permalink Normal View History

2025-09-07 14:18:42 +08:00
namespace SingularityGroup.HotReload.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}