forked from BilalY/Rasagar
7 lines
134 B
C#
7 lines
134 B
C#
namespace Packages.Rider.Editor.ProjectGeneration
|
|
{
|
|
internal interface IGUIDGenerator
|
|
{
|
|
string ProjectGuid(string name);
|
|
}
|
|
} |