Files
2025-03-12 14:22:16 -04:00

7 lines
146 B
C#

namespace SingularityGroup.HotReload.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}