Files

7 lines
134 B
C#
Raw Permalink Normal View History

2025-08-05 09:30:40 +01:00
namespace Packages.Rider.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}