ProjectDDD/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs
2025-07-08 19:46:31 +09:00

7 lines
146 B
C#

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