wuxianshengcong/Library/PackageCache/com.unity.ide.rider@3.0.31/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs

7 lines
140 B
C#
Raw Normal View History

2024-12-30 12:56:27 +08:00
namespace Packages.Rider.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}