SquareDash/Library/PackageCache/com.unity.ide.rider@3.0.26/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

7 lines
134 B
C#

namespace Packages.Rider.Editor.ProjectGeneration
{
internal interface IGUIDGenerator
{
string ProjectGuid(string name);
}
}