Rasagar/Library/PackageCache/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs

7 lines
134 B
C#
Raw Normal View History

2024-08-26 13:07:20 -07:00
namespace Packages.Rider.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}