Files
2026-06-17 20:44:53 +03:00

7 lines
146 B
C#

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