Files
2026-02-27 03:16:18 +07:00

7 lines
146 B
C#

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