WuhuIslandTesting/Library/PackageCache/com.unity.ide.rider@3.0.16/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs

7 lines
134 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
namespace Packages.Rider.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}