xyi/Library/PackageCache/com.unity.ide.rider@4d374c7eb6db/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs
Vladislav 2750530006 1
2025-09-18 15:33:57 +03:00

7 lines
134 B
C#

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