StellarXipher/Library/PackageCache/com.unity.ide.rider@7921be93db40/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs
2025-02-06 16:45:46 -05:00

7 lines
140 B
C#

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