Files
2025-11-30 08:35:03 +02:00

7 lines
140 B
C#

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