ProjectDDD/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs

7 lines
146 B
C#
Raw Normal View History

namespace SingularityGroup.HotReload.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}