WuhuIslandTesting/Library/PackageCache/com.unity.ide.rider@3.0.16/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs
2025-01-07 02:06:59 +01:00

7 lines
No EOL
134 B
C#

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