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

7 lines
146 B (Stored with Git LFS)
C#

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