Nexus/Library/PackageCache/com.unity.ide.rider@1f60b3138684/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs
2026-01-06 17:23:00 +01:00

7 lines
134 B
C#

namespace Packages.Rider.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}