Files
stas-barecky/Library/PackageCache/com.unity.ide.rider@1f60b3138684/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs
2026-01-08 20:43:08 +05:00

7 lines
134 B
C#

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