wuxianshengcong/Library/PackageCache/com.unity.ide.rider@3.0.31/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs
2024-12-30 12:56:27 +08:00

7 lines
140 B
C#

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